The dialog box under the Help menu ---> About Microsoft Development Environment says that the Microsoft Development Environment 2002 version is 7.0.9466 and the Microsoft .NET Framework 1.0 is Version 1.0.3705. I have Version 1.1 installed on the machine along with Version 1.0
However, when I look under C:\WINNT\Microsoft.NET\Framework I see
C:\WINNT\Microsoft.NET\Framework\v1.0.3705 (referenced by VS.NET
in addition C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files is empty under this versio
and
C:\WINNT\Microsoft.NET\Framework\v1.1.432
in addition C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files is NOT empty and has a list of my web app
Also, looking at Add/Remove programs I see both versions installed (1.0, 1.1
1.0: size= 1.66GB - used frequently - last used 2/27/200
1.1: size=38.8MB used occasionally - last used 7/1/200
Is VS.Net referencing the proper version?
Should I uninstall v1.0.3705?
How do I tell VS.NET to use v1.1
How to check if IIS is using version 1.1 of the .NET framework
Thanks
Richar
Ed Kaim [MSFT] - 28 Feb 2004 05:50 GMT
Visual Studio .NET 2002 targets the .NET Framework 1.0.
Visual Studio .NET 2003 targets the .NET Framework 1.1.
Both versions of the .NET Framework (and Visual Studio) can run
side-by-side.
> The dialog box under the Help menu ---> About Microsoft Development Environment says that the Microsoft Development Environment 2002 version is
7.0.9466 and the Microsoft .NET Framework 1.0 is Version 1.0.3705. I have
Version 1.1 installed on the machine along with Version 1.0.
> However, when I look under C:\WINNT\Microsoft.NET\Framework I see:
>
[quoted text clipped - 18 lines]
> Thanks,
> Richard