Forcing VS.NET 2005 to use .NET 1.1 framework.
-
Hi guys! Is there any way I can force Visual Studio .NET 2005 to use the .NET 1.1 framework? Best regards Soeren
No, there isn't. Visual Studio.NET 2005 will ONLY work with .NET Framework 2.0 Visual Studio.NET 2003 will ONLY work with .NET Framework 1.1 Visual Studio.NET 2002 will ONLY work with .NET Framework 1.0 If your application is not using ANY functionality specific to the 2.0 version of the Framework, you can modify your app's app.config file to use a previous version. Targeting a .NET Framework Version[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome -- modified at 18:44 Friday 10th March, 2006
-
No, there isn't. Visual Studio.NET 2005 will ONLY work with .NET Framework 2.0 Visual Studio.NET 2003 will ONLY work with .NET Framework 1.1 Visual Studio.NET 2002 will ONLY work with .NET Framework 1.0 If your application is not using ANY functionality specific to the 2.0 version of the Framework, you can modify your app's app.config file to use a previous version. Targeting a .NET Framework Version[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome -- modified at 18:44 Friday 10th March, 2006
Dave,
Dave Kreskowiak wrote:
Visual Studio.NET 2003 will ONLY work with .NET Framework 1.1
I think you can configure Visual Studio 2003 to use either 1.1 or 1.0 from project properties. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
Dave,
Dave Kreskowiak wrote:
Visual Studio.NET 2003 will ONLY work with .NET Framework 1.1
I think you can configure Visual Studio 2003 to use either 1.1 or 1.0 from project properties. Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/This is a project option and only affects the target run time version but does NOT affect Visual Studio itself. myMsg.BehindDaKeys = "Jerry Maguire";