Reputation: 11972
Using Visual Studio 6.0 I want to use Visual Studio 2008 also.
I Already Installed the Visual Studio 6.0 (VB6, Foxpro Package) in my system, Now I want to install the Visual Studio 2008(.Net Package). Is Possible to install?
If I install Visual Studio 2008, Visual Studio 6.0 will work or not?
Can any one help me?
Upvotes: 2
Views: 2005
Reputation: 11
I have installed Visual Studio 2008 and then Visual Studio 6.0. Both works fine.
Upvotes: 1
Reputation: 821
Well, it works, that should be very apparent from the other answers :-)
Maybe one quick tip tho: when you install VS6 it will require the MS Java runtime environment - you don't want that! It's an easy fix however: just create an empty file named msjava.dll inside %windir%\System32 and you're off...
Upvotes: 3
Reputation:
Like what Marc Gravell said. first install VB6(VS6) then VS2008 and enjoy. I already have both VS6 and VS2008 on the same machine
Upvotes: 0
Reputation: 1062695
Yes, you can use Visual Studio 6.0 side-by side with VS2008. I use this for maintenance of old VB6 code. It is safest to install v6 first, which is what you have done. So install VS2008 and enjoy.
Upvotes: 12