1
Reply

VS.Net and VS6 compatibility

kysmo03

kysmo03

Aug 22 2005 2:06 PM
1.8k
Hi, i recently developed a dll in C# and want to use it with VB 6. i registered the dll with regasm and make the reference. When i build the project i get this error:

Automation error.
The system cannot find the file specified.

i use these lines to setting up the object

Dim obj As MyAsm.MyClass
Set obj = New MyAsm.MyClass

and the debbuger send me to the second line with the above problem.

could someone give an idea with what's wrong?

Tomas

Answers (1)