VS .NET and VS .NET PRO 2003

  • Thread starter Thread starter Dino L.
  • Start date Start date
D

Dino L.

Can
MS VIsual Studio .NET with .NET Framework 1.0 and
MS Visual Studio .NET pro 2003 (with his framework)

work toghether on same computer?
 
VS .NET 2003 uses .NET Framework 1.1, not 1.0. VS.NET 2003 installs .NET 1.1
as part of its installation.

As such, VS .NET 2002 & 2003 can co exist on the same computer (with their
respective .NET Framework).

Can
MS VIsual Studio .NET with .NET Framework 1.0 and
MS Visual Studio .NET pro 2003 (with his framework)

work toghether on same computer?
 
They can work together very well.

You can config VS 2003 to use .net framework 1.0 .

Way: Tools->Options->Projects->VC++ Directoires
set directories for Executeable files, Include files and Library files

Vince
 
Back
Top