我在双击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)
任何人都可以帮我解决这个问题吗?
答案 0 :(得分:0)
Brower Version的更改可能会导致此问题。 这里缺少HTML文件关联。您可以在“设置默认程序”中修复它。步骤将是
•转到“控制面板\程序\默认程序\设置默认程序” •选择浏览器(例如Internet Explorer) •选择此程序的默认程序 •选择HTTP并保存。
现在任何HTTP都将在选定的浏览器中打开。