Build Windows application from command prompt
-
hi, I have developed C# windows application, I need to build this application where there is .NET Framework v1.1 only. not having .NET IDE. Can any one help me with step-by-step instructions. Regards KK
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook
-
I need .NET IDE for .NET 2003 which the link you have shown is .NET 2005 Could you suggest me where .NET 2003 IDE available for free of cost.
AFAIK the C# Compiler options haven't changed from version 1.1 to 2.0 of .NET framework. You get the compiler for free by downloading .NET framework SDK from Microsoft site. If you want to have a free IDE for Framework 1.0 and 1.1 try Sharp Develop.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook