Framework version and Visual Studio DotNet

  • Thread starter Thread starter ros didier
  • Start date Start date
R

ros didier

Hello,
When I look in the following directory :
C:\WINNT\Microsoft.NET\Framework, on my PC I can see I have 2 versions of
DotNet Framework : v1.0.3705 et v1.1.4322. When I run Visual Studio .NET
and when I click on "?" ,"About Microsoft Development Environment" I can
see :
Microsoft DOT.NET Framework 1.0 Version 1.03705.

I would like to know if Visual Studio Dot.Net runs only on a specific
version of the Dot.Net Framework or is it possible to setup Visual Studio to
run
with a 1.1.4322 Dot Net framework ? If So How can I do ?

I would like to supress the 1.03705 Dot Net Framework How can I do that ?

Thanks in Advance

Didier
 
VS.NET 2002 builds apps that run on the 1.0 Framework
VS.NET 2003 builds apps that run on the 1.1 Framework

Even if you only use VS.NET 2003 (1.1 Framework), you can't uninstall the
1.0 Framework
 
Back
Top