How to run a C# application with command line compiler
Hi all,
I have only access to command line C# compiler from .NET Frameworks SDK.
How to run a C# application with the help of this compiler?
I read somewhere that one can use makefile.
Can someone give me a example of how to run this make file?
thanks in advance
regards
/rsasalm
[322 byte] By [
rsasalm] at [2007-11-17 17:11:45]

# 1 Re: How to run a C# application with command line compiler
The command-line compiler is csc.exe. It's usually installed somewhere in the vicinity of C:\windows\Microsoft.NET\Framework\v1.0.3705. This will let you compile C# source and will spit out normal executables.
jevan at 2007-11-9 1:28:48 >

# 2 Re: How to run a C# application with command line compiler
Thanks for reply.
Can someone tell me if there any free IDE for C# projects where I can add my multiple *.cs files, resource files and etc?
regards
/rsasalm