Using VB.NET dlls in VB6

  • Thread starter Thread starter prasathrk
  • Start date Start date
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.
 
Be sure to use the /codebase switch on RegAsm when registering the DLL as a
COM object.
 
Back
Top