ActiveX - Please Help
Hi everyone, I am having trouble with embedding an already written activex object into my web page for almost 2 weeks!! So any help will be apprecited.
The problem is when I create it as:
Santral = New VOXAREPOPUPAXLib.VoxarePopupAX
It gives no error but when I try to assign a value to a public property of it, I get the error: System.Runtime.InteropServices.COMException: Catastrophic failure
On the other hand when I use: Santral = Server.CreateObject("VOXAREPOPUPAXLib.VoxarePopupA X"), this time I get the error:
System.Web.HttpException: Could not create an object of type 'VOXAREPOPUPAXLib.VoxarePopupAX'.
I have looked everywhere on google, and no solution!
By the way, I want to run my activex component at the server, so it does not work for me to create it in the html code by using the OBJECT tags.
I will be greatful for any single help...
|