Using VB.NET dlls in VB6

P

prasathrk

Hi,

I am having a VB.net dll which refers the ASP library internally.
I registered the .NET assemly into COM using REGASM tool.
How do I register the depending dll ie ASP library?

It is throwing error "Could not load file or assembly
"Interop.ASPTypeLibrary".
How do I register? Any help is really appreciated.

Regards,
Prasath.R.K.
 
D

Dan Bass

Be sure to use the /codebase switch on RegAsm when registering the DLL as a
COM object.
 

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