csc.exe

hi

I installed Microsoft c# express edition.Now Problem is How to get the c# command line compiler to run the c# applications.

I found csc.exe file in .net framework 2.0 ,I tried to open it,but it flashes once and disappears.

Please help me how to get csc.exe.

Thanks in advance.




Answer this question

csc.exe

  • Tony Rodriguez

    Hi,

    Thank you very much.

    I need csc,exe when i want to use assemblies,Placing the assembly into GAC and to see the internal structure of GAC.

    How can i do those above things with out using command prompt utility.

    Please help me.

    Thanks.

    Bye



  • Keyur

    If you have C# Express installed, you don't need to use the command line compiler. You create your project with all classes in the IDE, and run it from the Debug menu.

  • maqk

    Hi,

    Thank you very much.

    I need csc,exe when i want to use assemblies,Placing the assembly into GAC and to see the internal structure of GAC.

    How can i do those above things with out using command prompt utility.

    Please help me.

    Thanks.

    Bye



  • Israel Hilerio

    hi,

    you can take a look to this thread if you want to use command line for the compiler

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=214689&SiteID=1

    hope this helps



  • csc.exe