Discussion:
How do i change to target .net framework 1.1 in Visual Studio 2005
(too old to reply)
Nimesh Gajjar
2008-07-15 20:26:00 UTC
Permalink
Hello,

How do i change to target .net framework 1.1 for a new project in Visual
Studio 2005. (Default framework for project is 2.0). In visual studio 2008
there is option under project properties -> Complier - > Advanced settings.
But I do not see it under Visual Studio 2005.

Thanks
Norman Yuan
2008-07-16 00:29:36 UTC
Permalink
First 3 VB.NET (2002/3/5) can ONLY target its designated .NET version (1.0,
1.1 and 2.0) correspondingly. VB2008 can taget 2.0, 3.0 or 3.5, but not 1.x.
So, you need VS2003 to do .NET 1.1 development (but why .NET 1.1?)
Post by Nimesh Gajjar
Hello,
How do i change to target .net framework 1.1 for a new project in Visual
Studio 2005. (Default framework for project is 2.0). In visual studio 2008
there is option under project properties -> Complier - > Advanced settings.
But I do not see it under Visual Studio 2005.
Thanks
ali raza
2011-02-26 07:46:07 UTC
Permalink
Thanks Norman,

information you provide, really helped me otherwise I would keep on trying to change target framework to 4.0 in Visual Studio 2005.


Regards,
Ali Raza
http://www.techgulf.blogspot.com
Post by Nimesh Gajjar
Hello,
How do i change to target .net framework 1.1 for a new project in Visual
Studio 2005. (Default framework for project is 2.0). In visual studio 2008
there is option under project properties -> Complier - > Advanced settings.
But I do not see it under Visual Studio 2005.
Thanks
Post by Norman Yuan
First 3 VB.NET (2002/3/5) can ONLY target its designated .NET version (1.0,
1.1 and 2.0) correspondingly. VB2008 can taget 2.0, 3.0 or 3.5, but not 1.x.
So, you need VS2003 to do .NET 1.1 development (but why .NET 1.1?)
Submitted via EggHeadCafe
Serializing Excel data for input to any Google visualization
http://www.eggheadcafe.com/tutorials/aspnet/571d84dc-9fcf-44de-b2ad-005c12372ab3/serializing-excel-data-for-input-to-any-google-visualization.aspx
Loading...