Using ActiveX component in a web page
-
Hello I am using an ActiveX component in my web page, it all works fine localy on my machine, but when I put my code on a server and access it from a client the ActiveX dosent load. All I get is an error saying "ActiveX Component Can't Creat Object". What do I have to change to make my solution work on the server Spaz
-
Hello I am using an ActiveX component in my web page, it all works fine localy on my machine, but when I put my code on a server and access it from a client the ActiveX dosent load. All I get is an error saying "ActiveX Component Can't Creat Object". What do I have to change to make my solution work on the server Spaz
Spaz, Probably nothing in your code. You need to make sure that this activex component is available on the server to be downloaded to the client. Also the client should have permission set to download the activex control and install it on their machine. Hope this helps... Prady