How do I create 2 or more than 1 solution files for the same project file in the same folder. I actually need one for 1.1 framework and other for 2.0 framework.
Visual Studio 2005 projects are in a different format than Visual Studio 2002/2003 projects, so you are not going to be able to do this even if you could create different version solutions in the same folder.
However, Microsoft have announced that are developing going to enable building .NET 1.0/1.1 in Visual Studio 2005, see:
I always create a seperate folder for each of the project and solution file versions when I want to do this. Makes it possible to know what you have compiled, too.
How do I create 2 or more than 1 solution files for the same cs file in the same folder. I actually need one for 1.1 framework and other for 2.0 framework
Solution files
ScottEDyer
Visual Studio 2005 projects are in a different format than Visual Studio 2002/2003 projects, so you are not going to be able to do this even if you could create different version solutions in the same folder.
However, Microsoft have announced that are developing going to enable building .NET 1.0/1.1 in Visual Studio 2005, see:
http://blogs.msdn.com/msbuild/archive/2005/11/09/490817.aspx
For now, you may be able to use this solution by Jomo Fisher. However, this was for Beta 2 and may not work for the RTM.
Sanitario
Hi.
I always create a seperate folder for each of the project and solution file versions when I want to do this. Makes it possible to know what you have compiled, too.
MyKillerApp
VS6\
VS7.1\
VSx\
Teo Lachev
einhandsegler
How do I create 2 or more than 1 solution files for the same cs file in the same folder. I actually need one for 1.1 framework and other for 2.0 framework
The answer then will be simple...got it!!!