Compile with specified version of .NET framework
-
Ok, I know that this is something stupid... but I'm trying to write my first project in C#. Unfortunately I have only VS 2005 (my friend is using Express Ed). The lab machine that project must work on have .NET 1.1 Is there any way to set VS to compile my project with .NET 1.1 I want to be sure that what I'm using will be working on machine with .NET 1.1 and without .NET 2.0 Please give some help about that, If this is stupis question then fill free to write that (along with explanation). I need to finish the project fast... thats way I can't afford to search this information or to actually test my app on machine with .NET 1.1 Thanks for any help best regards, Slawek PS. link to MSDN page will be great :)
-
Ok, I know that this is something stupid... but I'm trying to write my first project in C#. Unfortunately I have only VS 2005 (my friend is using Express Ed). The lab machine that project must work on have .NET 1.1 Is there any way to set VS to compile my project with .NET 1.1 I want to be sure that what I'm using will be working on machine with .NET 1.1 and without .NET 2.0 Please give some help about that, If this is stupis question then fill free to write that (along with explanation). I need to finish the project fast... thats way I can't afford to search this information or to actually test my app on machine with .NET 1.1 Thanks for any help best regards, Slawek PS. link to MSDN page will be great :)
You could could try MSBee or SharpDevelop.
-
Ok, I know that this is something stupid... but I'm trying to write my first project in C#. Unfortunately I have only VS 2005 (my friend is using Express Ed). The lab machine that project must work on have .NET 1.1 Is there any way to set VS to compile my project with .NET 1.1 I want to be sure that what I'm using will be working on machine with .NET 1.1 and without .NET 2.0 Please give some help about that, If this is stupis question then fill free to write that (along with explanation). I need to finish the project fast... thats way I can't afford to search this information or to actually test my app on machine with .NET 1.1 Thanks for any help best regards, Slawek PS. link to MSDN page will be great :)
http://msdn.microsoft.com/vstudio/downloads/tools/msbee/default.aspx
string Beautiful; Beautiful = "ignorant"; label1.Text = "The world is full of " + Beautiful +" people."; Why is common sense such an un-common comodity?