I'm having trouble getting started on C# becoz each time i download SDK v1.1,when i run my cmd prompt and type 'csc.cs' i get an invalid command /application prompt hence i can't compile on start C#!
Is there something i'm doing wrong,or is it becoz i downloaded the wrong stuff
help
____________________________
Be part of the greatest,or be the greatest yourself!
06-03-2004 at 10:16 AM
|
fabulous Level: VB Guru Registered: 03-08-2002 Posts: 439
Re: C# compiler
I am assuming that you successfully downloaded the Framework. If your command line is not working, may I suggest you get a free IDE for C# called Sharp Develop availabe at www.icsharpcode.com.
It's size is not much compared to that of the .NET framework. It should make your development much easier and will always compile for you without you having to worry about all the switches and references the command line requires you to type.
Not having done much command line compiling in ages I hesitate in saying that the problem could also come from the fact that you are saying "csc.cs", I think this should be "csc.exe", plus the type of assembly you want, the name of the source project, or solution, the name of the target and the referenced libraries/assemblies.
I hope this helps. Happy coding.
____________________________
My boss is a Jewish Carpenter (Jesus Christ)
Brain Bench Certified VB.NET Developer
09-03-2004 at 11:20 PM
|
fabulous Level: VB Guru Registered: 03-08-2002 Posts: 439
Re: C# compiler
P.S,
if you are going to be writing ASP.NET applications you might want to go and look at WebMatrix, a free tool made by Microsoft available at www.asp.net.
This is an IDE made for ASP.NET. In some cases it is better than Visual Studio but it's greatest disadvantage is that it doesn't have Intellisense (or at least the last time I saw it it didn't)
Happy coding
____________________________
My boss is a Jewish Carpenter (Jesus Christ)