请教一个使用editplus编译C#程序出现的问题
在Eiditplus中,在tools下拉菜单中config user tools...
menu text: debug C#,
command 设为 C:\WINDOWS\Microsoft.NET\Framework\v2.0.40607\csc.exe
argument 设为 “ $(FilePath) ”
如果直接编译一个C#程序没问题。可如果我想加参数编译,比如csc /r:System.Net.dll /out:resolver.exe dnsresolve.cs
该如何设置呢?我试着在argument中加入 /r:System.Net.dll /out:resolver.exe $(FilePath)
可总显示出错信息。。
希望哪位高手不吝赐教!