>>用csc启动c#编译器是不是要装什么东西啊?我的机子不认啊,难道这个命令错了,那就糗大了
你要設置好系統的 path, 一般直接運行 vs 帶的那個 cmd 比較簡單

解决方案 »

  1.   

    If it does not, and you are sure that the compiler is installed, then add the following to the PATH environment variable.
    This can be accessed on Win2000 and WinXP through Control Panel -> System -> Advanced -> Environment Variables
    In the bottom text field, highlight the PATH and edit it to add the following;C:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin;
    C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705;
    C:\Program Files\Microsoft Visual Studio .NET\Vc7\bin;
    C:\Program Files\Common Files\Microsoft Shared\VSA\7.0\VsaEnv
     
      

  2.   

    怎么设置系统的path?(呵呵,菜就一个字)
      

  3.   

    你是想编写程序?csc是个编译器,不是编辑器,你只能用他来编译写好的代码
    要写程序用记事本或VS.NET
      

  4.   

    直接打开开始菜单里的VS.NET子菜单,选里面的命令行,打入就OK
      

  5.   

    装了.NET没有
    装了的话在开始菜单有个vs.2003命令行或者自己设置以下路径也就可以了
      

  6.   

    我装了vs,用csc来编译写好的代码。
    vs.net的子菜单里有命令行吗?