当前位置: 代码迷 >> PB >> webservice 編譯出錯,請幫忙,该怎么处理
  详细解决方案

webservice 編譯出錯,請幫忙,该怎么处理

热度:73   发布时间:2016-04-29 05:56:55.0
webservice 編譯出錯,請幫忙
 ---------- Error messages:    (上午 10:10:03)
Cannot find C# compiler executable "csc.exe". Please check if the .NET Framework is installed.
 ---------- Finished    (上午 10:10:03)

LOG文件:
D:\webservice pb11\pb2cstempout\pb_webservice>csc
'csc' 不是內部或外部命令、
可執行的程式或批次檔。

D:\webservice pb11\pb2cstempout\pb_webservice>if errorlevel 9009 exit 3 
Error: Generating PowerBuilder .NET assemblies failed.
------解决方案--------------------
.NET Framework sdk装了没
------解决方案--------------------
引用:
? 目錄的確 有空格 ;
我的目錄為webservice pb11
但是以前一直正常;
不過我已經恢復系統,一切用正常!
THANKS

查看系统的path设置,在命令行方式下直接敲csc看提示什么,如果也找不到就是path坏了~~
  相关解决方案