ActiveX Control will not instantiate



Hi all.

Does anyone know of any utility out there that will help me determine
why IE will not instantiate an ActiveX control?

I have written a custom ActiveX control in Visual Basic 6. It has no
GUI, it simply exposes a few methods that are accessed by VBScript. On
some computers, I am having trouble getting the control to instantiate
consistently. The kicker is that SOMETIMES it instantiates without any
changes to the control, client, or HTML. If you refresh and clear your
cache enough (or so it seems), eventually it will work. Reload a few
more times, and it stops instantiating! Instead of the control, I get a
small square box with a dot in the middle where it should be. The
control is properly registered and I can instantiate it inside of a
Visual Basic program on the same computer consistently.

Thank you!

Matthew Connor

.



Relevant Pages

  • Re: Null pointer exception for events in usercontrols (C#)
    ... > I'm writing user controls with custom events. ... > custom control and add some text boxes, labels, buttons etc... ... > public delegate void PirEventHandler ... The fact is that I never instantiate this object as I ...
    (microsoft.public.dotnet.languages.csharp)
  • CCW/,NET UserControl lifetime question
    ... A CCW is created for IE to instantiate and call methods on this user ... control and every re-rendering of that page (due to user clicking the ... This should further release the sole reference to the .NET usercontrol ...
    (microsoft.public.dotnet.framework.interop)
  • Re: loop througth Literials using foreach!!
    ... If there is a literal control on the page, ... Perhaps you meant you didn't want to declare a ... >I want to loop throught literials so i don't use ... >> In order to get the Literals to work, I had to create them, instantiate ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ActiveX Control will not instantiate
    ... ISetSite ... why IE will not instantiate an ActiveX control? ... I have written a custom ActiveX control in Visual Basic 6. ...
    (microsoft.public.windows.inetexplorer.ie6.browser)
  • Re: Calling ActiveX control from Windows service
    ... Depends on the control. ... assembly and try to instantiate the control. ... make sure your Windows service is run under the "Network Service" ... I need to use a supplied ActiveX control to communicate with it. ...
    (microsoft.public.dotnet.framework)

Loading