all groups > visual studio .net setup > october 2005 >
You're in the

visual studio .net setup

group:

Framework 1.1 w/update OK for VS.NET 2003?


Framework 1.1 w/update OK for VS.NET 2003? Andrew Jenssen
10/21/2005 2:08:10 PM
visual studio .net setup: My installation CD of VS.NET seems to contain Framework 1.0,
and my WinXP Pro system w/SP2 has Framework 1.1 with updates
installed. Will there be a conflict? IOW, is Framework 1.1
compatible with VS.NET 2003? Or do I have to uninstall
Framework 1.1 and install Framework 1.0 to develop with
VS.NET 2003? Thansk for any info.

Re: Framework 1.1 w/update OK for VS.NET 2003? Phil Wilson
10/24/2005 8:45:38 AM
VS .NET you develop against the 1.0 framework.
VS 2003 you develop against the 1.1 framework.
In this context, framework means SDK. The runtimes you have on your system
only matter when you run your code, but the default framework required at
run time is the one you developed with. There are people that have both SDKs
and both VS versions installed to support old and new apps, and that works
fine. It's side by side.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

[quoted text, click to view]

Re: Framework 1.1 w/update OK for VS.NET 2003? Andrew Jenssen
10/24/2005 5:45:59 PM
Did that get turned around? My VS.NET 2003 installation CD
contains .NET Framework 1.1 and it gets installed when I
install VS.NET 2003.

If one has both Framework 1.0 and 1.1 installed, will a C# app
tell the CLR which to use at runtime - presumably the one that
it was developed with?

Jenssey

[quoted text, click to view]
Re: Framework 1.1 w/update OK for VS.NET 2003? Phil Wilson
10/25/2005 7:16:04 AM
Nothing's turned around that I can see. VS .NET (sometimes called 2002) goes
with 1.0, and VS 2003 goes with 1.1. Yes, a C# app is marked with the
runtime version it needs so a VS 2003 app will default to using the 1.1
framework.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
[quoted text, click to view]
AddThis Social Bookmark Button