VB6 and VS .NET 2005 problem

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
¤ 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)
 
Back
Top