0

我在 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)

谁能帮我解决这个问题?

4

1 回答 1

0

浏览器版本的更改可能会导致此问题。此处缺少 HTML 文件关联。您可以在设置默认程序中修复它。步骤将是

• 转到控制面板\程序\默认程序\设置默认程序 • 选择浏览器(例如 Internet Explorer) • 选择该程序的默认程序 • 选择 HTTP 并保存。

现在任何 HTTP 都将在选定的浏览器中打开。

于 2016-06-13T06:16:00.277 回答