Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

To choose between .Net Framework 1.0 SP2 and 1.1

Status
Not open for further replies.

PeteG

Programmer
Feb 23, 2001
144
GB
Hi,
Could somebody please tell me - if I had both .Net Framework 1.0 SP2 and .Net Framework 1.1 on my PC, how could I specify within my C# project which version to use to build with?
Thanks
Pete
 
.Net Framework could be downloaded for free, so I think is not a big financial problem any users do download and install the latest version. So, in my opinion, you do not need to specify it, use always the latest version.

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
I take the point but I have a project that has been built using 1.0 SP2. I COULD download the latest version but it is due to go live very soon and I don't want to expose myself to any last-minute glitches.

I suppose I was just curious about this. You can have multiple versions of the .Net Framework sitting side by side on one PC but, when it comes to working on your project in an IDE, how do you decide which version you will be using to build with?
 
Go with the version it was built and tested with.

If you were using Visual Studio 2003, you could go to:
Project --> Properties --> Common Properties --> General
There is a selector for Supported Runtimes where you can choose 1.0, 1.1, or both.
 
Thanks theoxyde, that's just the sort of thing I was looking for. Only issue now is that I use Visual Studio.Net - do you know where I can select from supported runtimes in there because I have looked everywhere....
 
VS.NET 2002 doesn't have that option. It's a feature of VS.NET 2003.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top