Dll to register

A

Antonio

Hi everybody, I have created a class library (dll)
with "Register for COM Interop" option enabled, but the
problem is when I try use this dll in another computer
with out VS.NET and I use regsvr32 to register it, this
send a message: "LoadLibrary(dllname) failed - The
specified module could not be found", what I need to do to
use the dll in another machine?
Thanks in advance
 
H

Herfried K. Wagner [MVP]

* "Antonio said:
Hi everybody, I have created a class library (dll)
with "Register for COM Interop" option enabled, but the
problem is when I try use this dll in another computer
with out VS.NET and I use regsvr32 to register it, this
send a message: "LoadLibrary(dllname) failed - The
specified module could not be found", what I need to do to
use the dll in another machine?

The .NET Framework must be installed on the other machine. You can use
the "RegAsm.exe" tool to register the COM component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top