Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiling for .NET 1.1

Status
Not open for further replies.

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# 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.
 
JurkMonkey,

Thanks. I installed Sharp Develop and compiled the application to target .net 1.1

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top