How to upgrade a VB6 app with .NET components

Posted by Craig Johnston on Stack Overflow See other posts from Stack Overflow or by Craig Johnston
Published on 2010-04-28T06:37:42Z Indexed on 2010/04/28 6:43 UTC
Read the original article Hit count: 361

Filed under:
|
|

I want to make a change to a VB6 app which consists of a .EXE, no VB6 DLLs but a handful of .NET DLLs.

The interop is achieved by a one of the .NET dlls being referenced by the VB6 app which seems to require REGASM-ing of an associated .tlb file.

If I want to change only the VB6 app .exe, could I just compile it and drop it into the app folder on existing installations or are there going to be binding issues?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about vb6