VB6 and .NET (Visual studio 2008)
Im working on a legacy app written in VB6 and want to write .NET-stuff that integrates with it. I feared that i couldnt have both IDEs installed side by side but it seems to work ok (so far…). The ideal is to put the VB6 environment in a virtual machine and keep it there.
The installation order was VB6 and then VS2008.
Luckilly our app communicates via the server through a DLL and it will be a (relatively) simple task to replace that with a COM-class written in C#.