views:

32

answers:

1

I made an ActiveX control, placed it in an Object tag on an html file, placed that file on an https apache server. When i access the web page using my development machine, it works fine. I unregistered the activeX from my development machine, deleted all instances of the .ocx file , but it still runs successfully on my development machine. But when i try to access it from a different machine, it does not run and a small red x is displayed i found out that the .ocx file was successfully downloaded but did not show up in the objects list in internet explorer objects.

Can someone please help me, this is my first ActiveX control!

I am using Microsoft Internet Explorer 6 in Windows XP Service Pack 2

Best Regards, HJ

A: 

Check in "%windir%\Downloaded Program Files" and subdirectories for your control. You should be able to delete everything there that is related to your control to get it back to the default state.

jeffamaphone
OK now I have moved to IE7, but here I am facing a different problem. The ActiveX control seems to have registered successfully but it is not appearing on the web page. I have removed all security settings in IE7. Any suggestions?Thanks in advanceHJ
HJ
Set a breakpoint in your IObjectWithSite implementation and see if it gets called.
jeffamaphone

related questions