单击"单击此处查看完整报告"后出现Windows App Certification Kit错误

Mat*_*ith 5 windows-8 wack

我得到一个Unhandled exception运行Windows应用程序认证工具包,然后点击"后错误点击此处查看完整报告 "链接.这是我的应用程序的问题还是Windows应用程序认证工具包崩溃了?

错误是Class Not Registered以下是详细信息:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ComponentModel.Win32Exception (0x80004005): Class not registered
   at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.Label.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Run Code Online (Sandbox Code Playgroud)

Jim*_*eil 8

如果Chrome注册为与.htm文件关联的默认应用程序(我没有在Firefox中看到它),您将收到此错误.

它特别发生在尝试使用WACK的结果启动Validation.htm文件时,所以在这方面,不是你的应用程序导致问题,而且WACK确实是完整的.Validation.htm位于Visual Studio解决方案目录的内容下,位于Release(或Debug)文件夹下,因此您可以在任何默认浏览器中直接从文件资源管理器中打开它.