I have developed an avtive x dll and in to that i have used functions
I have registered it using regsvr32
Can any one tell me how to create the object in asp using the createobject method.
Any one pleaSE HELP.
Printable View
I have developed an avtive x dll and in to that i have used functions
I have registered it using regsvr32
Can any one tell me how to create the object in asp using the createobject method.
Any one pleaSE HELP.
Like this :
VB Code:
Dim a Set a = CreateObject("MyLibrary.MyClass")
I have tried registering the dll using the resvr32 method.
And also i have placed in the system folder but even then it says thats that the activex unable to create object .
Please help.