ActiveX in VB.NET web app
-
Hello I have a ActiveX component created in VB6, (where it works fine!). But when I implement the ActiveX component into VS.NET web application, on the client side, the methods(in the Active X) dont function as they should. Is there anything I have to do to my activeX before I implement it into VS.NET?? Spaz
-
Hello I have a ActiveX component created in VB6, (where it works fine!). But when I implement the ActiveX component into VS.NET web application, on the client side, the methods(in the Active X) dont function as they should. Is there anything I have to do to my activeX before I implement it into VS.NET?? Spaz
Does you activex control implements the IObjectSafety inteface? Here is the link to KB, how to implement the IObjectSaftey in VB. http://support.microsoft.com/kb/q182598/[^] Cheers, Vishal