Register Interop at Win NT

knockyo

Well-known member
Joined
Sep 20, 2006
Messages
78
Programming Experience
1-3
Hi,

I need to register a DLL (interop.scripting.dll) at WIN NT PC.

This is because my program is running with that DLL for some function. I found out some page, they say need to register it.

Here is my error message

For example, typing regsvr32 interop.scripting.dll generates this error message.

Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point was not found.

Dllname may not be exported, or a corrupted version of Dllname may be in memory. Consider using Pview to detect the file and remove it.
 
It may be that your dll is not self-registerable. Have you tried moving the file to the applications directory.


You mean move the DLL file to my installation program folder? Yes, i do.

So, what is the solution for win NT can run on this function?

I try using Win 2000 but no problems.
 
Back
Top