BGelucklahurice
New Member
I'm about to embark on a .Net project but will have to occasionally do updates/support/maintenance of existing ASP/VB/COM projects<BR><BR>Can I do all of this in Visual Studio.Net?<BR><BR>Do I need to install Visual Studio.Net along side Visual Studio 6?<BR><BR>Is it even possible to do the above or does .Net overwrite exisiting installations of Visual Studio?<BR><BR>CheersFirst off, it is quite possible for VS 6 and VS.NET to be installed on the same machine. I have them both (and use them both extensively) on my machine.<BR><BR>You will need VS6 to work on the VB 6/COM components. VS6 uses a different compiler than VS.NET, so to compile your source to VB6 DLLs as opposed to VS.NET DLLs, you will need to use VS6, yes.<BR><BR>Best of luck on your project.