problem using .Net DLL in VB 6 project

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
We wrote a DLL in VB.Net. We registered the DLL and added it a VB 6
project. When we try to use the .DLL we get the following err:

2147024894 file or assembly name ourdll.dll or one of its dependencies, was
not found

What are we doing wrong?

Thanks!
 
never mind, we had forgotten to checked the box that says "Register for COM
Interop" in menu Project, Properties, under Configuration Properties, Build
 
Back
Top