I have frameworks 1.0 and 1.1 installed on this machine. How can I 'switch' between frameworks, so that I'm back to 1.0?
Printable View
I have frameworks 1.0 and 1.1 installed on this machine. How can I 'switch' between frameworks, so that I'm back to 1.0?
Right click your project name and select Properties , then click 'Build' Item on the left , look at the pic below :
Change the option of Supported .NET Framework version .
I see.
Is there a way to do it 'system-wide', instead of doing it for each project?
Uh no.... I have no idea why you'd want to do this... You select which framework you want your project to run on.Quote:
Originally posted by mendhak
I see.
Is there a way to do it 'system-wide', instead of doing it for each project?
I don't think so . This configuration is set by default as follow :Quote:
Originally posted by mendhak
I see.
Is there a way to do it 'system-wide', instead of doing it for each project?
VS.NET 2002 , uses .NET Framework 1.0
VS.NET 2003 , uses NET Framework 1.1 .
If you want to specify what version your application targets , then do it like I said .
OK, thanks for the info.
I was trying to test some code from 2002, and didn't want it 'converted'.
Don't worry , try the converter under my sig . I've not tried it though but it converts from 2003 to 2002 proj .Quote:
Originally posted by mendhak
OK, thanks for the info.
I was trying to test some code from 2002, and didn't want it 'converted'.