MonoDevelop报告Build Successful但没有exe文件

时间:2016-07-28 14:46:47

标签: mono monodevelop

在MonoDevelop中,我创建了一个新的解决方案(C#控制台应用程序)。 它给了我一个简单的hello world程序。 我按下运行按钮。 我看到“建立成功” 终端出现并说:

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

Press any key to continue...

我查看bin / Debug目录,它是空的。

构建输出:

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.

当我从菜单中选择“Build”时会发生同样的情况。 “Build Successful”但目录为空。

1 个答案:

答案 0 :(得分:0)

很高兴指定你的linux / unix发行版。或者在他们的bugtracker中创建bug。他们将决定是包装问题还是上游问题。如果这是上游问题,维护者将在monodevelop bugtracker中创建bug。