Hi,
I've created a simple class libary project with one function, and I wanted to stick the dll generated on another machine to be accessed in a ASP page.
When I try using regsvr32 on that machine to register the dll I get an error message saying:
The module was loaded but the entry-point DllRegisterServer was not found.
Is there anything else I have to do/set in order for this dll to be used on another machine?
Thanks in advance
I've created a simple class libary project with one function, and I wanted to stick the dll generated on another machine to be accessed in a ASP page.
When I try using regsvr32 on that machine to register the dll I get an error message saying:
The module was loaded but the entry-point DllRegisterServer was not found.
Is there anything else I have to do/set in order for this dll to be used on another machine?
Thanks in advance