logan
April 8th, 2006, 04:37 PM
I have Visual Studio.NET 2001 installed but I have not been able to find the command line compiler for C# (cs.exe) in the installation folder :confused:? Doesn't it come with the .NET studio?
|
Click to See Complete Forum and Search --> : Command line compiler for C# logan April 8th, 2006, 04:37 PM I have Visual Studio.NET 2001 installed but I have not been able to find the command line compiler for C# (cs.exe) in the installation folder :confused:? Doesn't it come with the .NET studio? stepi April 8th, 2006, 06:02 PM Hi, You should be looking for csc.exe. logan April 9th, 2006, 01:17 AM Foolish me but I cannt find csc.exe as well :confused:. I want to learn how to write a WinForm application from scratch thats why looking for the command line compiler. I have tried options like having a blank project and then add a .cs file to it but I get errors. Any ideas on how to go about this? yash_sws April 9th, 2006, 11:15 AM try looking for it in \WINDOWS\Microsoft.NET\Framework\v2.0.50727, depends on the .NET version you are using MadHatter April 9th, 2006, 12:09 PM whats visual studio 2001??? are you using a pre-1.0 beta or something (good luck if you are, because they changed a lot of things between beta 1 and release 1.0)? or did you mistype the year? logan April 9th, 2006, 01:11 PM try looking for it in \WINDOWS\Microsoft.NET\Framework\v2.0.50727, depends on the .NET version you are using Thanks. I got it :). whats visual studio 2001??? are you using a pre-1.0 beta or something (good luck if you are, because they changed a lot of things between beta 1 and release 1.0)? or did you mistype the year? Yes it's version 1.0. I have Visual Studio Express Edition 2005 but that doesn't has MFC in it so for now Iam playing with this only. Thanks for the replies everyone. MadHatter April 10th, 2006, 12:05 AM if its .net v.1, then you're using vs.net 2002. if you go with the path yash_sws listed, you'll be compiling against v.2, not 1 (the version that came w/ 2005 express). you should have a \windows\microsoft.net\framework\v1.0.something too and csc should be in there (and more importantly the correct one for version 1.0). codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |