|
-
February 22nd, 2000, 06:23 PM
#1
Server.CreateObject failed
I have an active DLL which compiles normally. Then I even go and register the DLL manuallu usinf REGSVR32. It also successful. But when I'm trying to instantiate the dll from an ASP page using:
Set Session("Services") = Server.CreateObject("MyDLL.Services")
I receive this error:
The call to Server.CreateObject failed. The requested object instance cannot be created.
Looking at MyDLL.dll through depends.exe - it looks like nothing is missing and all the supporting programsrecognize it. I'm running PWS, ASP.exe on NT Workstation, stopping the WWW Service and re-registering DLL every time.
Can anybody point me in the right direction?
Thanks for your attention.
-
March 11th, 2000, 06:26 PM
#2
Re: Server.CreateObject failed
try this using
as new object name.
i.e. create an instance using "new" keyword.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|