3

pacman を使用して Arch Linux に monodevelop をインストールしました。mcsコマンドでコンパイルできますが、monodevelopでビルドできません。「MSBuild プロセスを開始できませんでした」と表示されます。コマンドラインで mdtool を使用してビルドしようとすると、同じエラーが発生します。

4

2 に答える 2

3

Go to the project options of your project in monodevelop. At Build -> General, there is a new option called Use MSBuild engine (recommended for this project type). Uncheck this option.

于 2015-06-03T16:32:34.067 に答える