0

CCTray でテスト/ビルドをダブルクリックすると例外が発生します。プロジェクトを強制的にビルド/開始/停止することはできますが、Web ページを表示すると例外が発生します。CCTray を再インストールしようとしましたが、何も機能しませんでした。

例外:

Unhandled exception: System.ComponentModel.Win32Exception: No application is associated with the specified file for this operation
       at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
       at ThoughtWorks.CruiseControl.CCTrayLib.Presentation.MainFormController.DisplayWebPageForProject(ISingleProjectDetail project)
       at ThoughtWorks.CruiseControl.CCTrayLib.Presentation.MainForm.lvProjects_DoubleClick(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
       at System.Windows.Forms.ListView.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

誰でもこれを解決するために私を助けることができますか?

4

1 に答える 1