I'm currently using VC# 2005 Express Edition. Is there a way to change the compile framework to 1.1 or is there a way to make 2.0 work when only 1.1 is installed There was a way to change the framework in the previous VC#, but it's not there in the new verions.
Thanks in advance.

compile in 1.1 framework
lgratkowski
VS2003 only supports .NET 1.1
VS2005 only supports .NET 2.0 (and .NET 3.0 with orcas add-in I think)
You cannot convert .NET 2.0 to 1.1, its not backwards compatible but you can convert from .NET 1.1 -> .NET 2.0
The .NET Framework is tied with Visual Studio - it's "married"
ASaleem
I think VS 2005 doesnot support development for .Net Framework 1.1!
Best Regards,
nigliazzo
but not sure
bcoz i was able to open 1.0 in 1.1 after converting but not vice versa
Stijnp
mscherotter