Visual Basic .Net Installation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Visual C++ 6.0 already installed on my system. Will installing VB .NET break my VC installation? Are there any conflicts that I should be aware of

thanks in advance
 
Dylan said:
I have Visual C++ 6.0 already installed on my system. Will
installing VB .NET break my VC installation? Are there any conflicts
that I should be aware of?

The two run fine on the same machine. Only thing to be aware of is the help
files. The new MSDN help files do not integrate with VS 6, and the old ones
don't integrate with VS.NET. So if you want integrated help in both IDE's
you need to install the October 2001 MSDN help files for VS6 and the latest
MSDN help files for VS.NET.
--
Tom Porterfield
MS-MVP MCE
http://support.telop.org

Please post all follow-ups to the newsgroup only.
 
Back
Top