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.
- 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.