borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (how can i do a ocr programm by c#)Next Topic (c++) New Topic New Poll Post Reply
AndreaVB Forum : C# : C# compiler
Poster Message
starr_of_destruxion
Level: Trainee

Registered: 18-02-2004
Posts: 3

icon C# compiler

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
View Profile Send Email to User Show All Posts | Quote Reply
fabulous
Level: VB Guru


Registered: 03-08-2002
Posts: 439
icon 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
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
fabulous
Level: VB Guru


Registered: 03-08-2002
Posts: 439
icon 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)


Brain Bench Certified VB.NET Developer

09-03-2004 at 11:32 PM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
starr_of_destruxion
Level: Trainee

Registered: 18-02-2004
Posts: 3
icon Re: C# compiler

thanx mate will try that

____________________________
Be part of the greatest,or be the greatest yourself!

09-03-2004 at 11:40 PM
View Profile Send Email to User Show All Posts | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: C# compiler

Another very Good alternative is C# Builder from boland .. it is really optimised for C#

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

24-03-2004 at 06:43 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : C# : C# compiler
Previous Topic (how can i do a ocr programm by c#)Next Topic (c++) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2009 Andrea Tincaniborder