VB6 and VS .NET 2005 problem

G

Guest

Hi everyone!

I have a problem with calling .NET assembly dll function from VB6 program.

I created an assembly in Visual studio .Net 2003 with framework v1.1.4322
installed, exported type library, processed registration for assembly and got
reference to it from Visual Basic 6. The created VB6 program worked
successfully with assembly till I installed Visual studio .NET 2005 with
framework v2.0.50727. Since this moment the VB6 program could not create
object from .NET assembly.
Of cause, I recompiled the existing assembly project under VS .NET 2005 and
VB6 program with new assembly reference. But it did not help.

Does anybody knows, what the matter of this problem?

Thanks!
Igor.
 
P

Paul Clement

¤ Hi everyone!
¤
¤ I have a problem with calling .NET assembly dll function from VB6 program.
¤
¤ I created an assembly in Visual studio .Net 2003 with framework v1.1.4322
¤ installed, exported type library, processed registration for assembly and got
¤ reference to it from Visual Basic 6. The created VB6 program worked
¤ successfully with assembly till I installed Visual studio .NET 2005 with
¤ framework v2.0.50727. Since this moment the VB6 program could not create
¤ object from .NET assembly.
¤ Of cause, I recompiled the existing assembly project under VS .NET 2005 and
¤ VB6 program with new assembly reference. But it did not help.
¤
¤ Does anybody knows, what the matter of this problem?

You might want to indicate whether you are getting any errors and identify what those errors are.


Paul
~~~~
Microsoft MVP (Visual Basic)
 

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