0
我在CCTray上雙擊測試/構建時遇到了以下異常,我可以強制構建/啓動 - 停止項目,但在顯示網頁上出現異常。我試過重新安裝CCTray,但沒有任何工作。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)
誰能幫我解決呢?
它爲我工作,謝謝。 – Himanshu