VB6 Migration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kristofer Krause

    #1

    VB6 Migration

    Greetings. How would I approach upgrading the following VB6 application:

    - Project A - ActiveX DLL
    - Project B - ActiveX DLL (references Project A)
    - Project C - Standard EXE (references Project B)

    The .NET upgrade wizard only upgrades one project at a time. In addition, if I upgrade Project B....it uses ProjectA.dll (ActiveX) ...interops...a nd not the upgraded Project A assembly. Frustrating.
Working...