Mono2.10に付属するUbuntu11.10を新規インストールした後、私は少し厄介なことに気づきました。XSP4をインストールしていても、ASP.Net4.0プロジェクトを実行できません。それはまるでxsp2だけがあることを期待しているようです...
エラーは次のとおりです。
Could not launch web server. The "xsp2" web server cannot be started. Please ensure that it is installed.
詳細:
MonoDevelop.Core.UserException: The "xsp2" web server cannot be started. Please ensure that it is installed.
at MonoDevelop.AspNet.AspNetExecutionHandler.GetXspPath (MonoDevelop.AspNet.AspNetExecutionCommand cmd) [0x00000] in <filename unknown>:0
at MonoDevelop.AspNet.AspNetExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x00000] in <filename unknown>:0
at MonoDevelop.Core.Execution.DefaultExecutionHandler.Execute (MonoDevelop.Core.Execution.ExecutionCommand command, IConsole console) [0x00000] in <filename unknown>:0
at MonoDevelop.AspNet.AspNetAppProject.DoExecute (IProgressMonitor monitor, MonoDevelop.Projects.ExecutionContext context, MonoDevelop.Projects.ConfigurationSelector config) [0x00000] in <filename unknown>:0
これの問題は何である可能性がありますか?XSP4はMonoDevelop2.8とのみ互換性がありますか?