Feb 18, 2007 #1 EzehM Programmer Feb 27, 2003 86 GB C# 2005 Express Edition compiles for the .NET framework 2.0, however I am targeting platforms that have the .NET framework 1.1 Is there any way to compile the programs (using C# express) for .NET 1.1? Thanks
C# 2005 Express Edition compiles for the .NET framework 2.0, however I am targeting platforms that have the .NET framework 1.1 Is there any way to compile the programs (using C# express) for .NET 1.1? Thanks
Feb 19, 2007 #2 JurkMonkey Programmer Nov 23, 2004 1,731 CA C# Express and Visual Studio 2005 can only be used for the 2.0 Framework. You will need to get Visual Studio 2003 in order to use the 1.1 framework or get a copy of Sharp Develop - it's free. Upvote 0 Downvote
C# Express and Visual Studio 2005 can only be used for the 2.0 Framework. You will need to get Visual Studio 2003 in order to use the 1.1 framework or get a copy of Sharp Develop - it's free.
Feb 19, 2007 Thread starter #3 EzehM Programmer Feb 27, 2003 86 GB JurkMonkey, Thanks. I installed Sharp Develop and compiled the application to target .net 1.1 Upvote 0 Downvote