2016-07-28 36 views
1

在MonoDevelop中,我創建了一個新的解決方案(C#控制檯應用程序)。 它給了我一個簡單的hello世界程序。 我按下運行按鈕。 我看到「生成成功」 終端來了,說:MonoDevelop報告構建成功,但沒有exe文件

Cannot open assembly '/home/beauxq/MonoProjects/cstest/cstest/bin/Debug/cstest.exe': No such file or directory. 

Press any key to continue... 

我期待在斌/調試目錄,它是空的。

生成的輸出:當我從菜單中選擇「生成」

Building: cstest (Debug|x86) 

Build started 7/28/2016 9:29:40 AM. 
__________________________________________________ 
Project "/home/beauxq/MonoProjects/cstest/cstest/cstest.csproj" (Build target(s)): 

    Target PrepareForBuild: 
     Configuration: Debug Platform: x86 

    Target GenerateSatelliteAssemblies: 
    No input files were specified for target GenerateSatelliteAssemblies, skipping. 

    Target GenerateTargetFrameworkMonikerAttribute: 
    Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date. 
Done building project "/home/beauxq/MonoProjects/cstest/cstest/cstest.csproj".-- FAILED 

Build FAILED. 
    0 Warning(s) 

---------------------- Done ---------------------- 

Build successful. 

同樣的情況。 「建立成功」,但目錄是空的。

回答

0

很高興指定你的linux/unix發行版。或者在錯誤追蹤器中創建錯誤。他們會決定是包裝問題還是上游問題。如果這是上游問題,維護人員將在monodevelop bugtracker中創建bug。

相關問題