5

Unhandled exceptionWindows アプリ認定キットを実行し、[ここをクリックして完全なレポートを表示]リンクをクリックすると、エラーが発生します。これは私のアプリケーションの問題ですか、それとも 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)
4

3 に答える 3

8

Chrome が .htm ファイルに関連付けられた既定のアプリケーションとして登録されている場合、このエラーが発生します (Firefox では表示されませんでした)。

これは、WACK の結果で Validation.htm ファイルを起動しようとする際に特に発生しているため、問題の原因となっているのはアプリではなく、WACK は実際に完了しています。Validation.htm は、Visual Studio ソリューション ディレクトリの奥の Release (または Debug) フォルダーの下にあるため、既定のブラウザーが何であれ、ファイル エクスプローラーから直接開くことができます。

于 2012-10-17T04:07:32.980 に答える
0

これは煩わしく、デフォルトのブラウザを変更したくありません。次の場所に移動してください。

\bin\Debug\ValidationResult.htm

于 2013-07-16T02:52:48.613 に答える
0

私も同じエラーが発生しました。システムから Chrome と Firefox をアンインストールしました。そして、エラーはありませんでした。以下の場所で認証の完全なレポートを表示できましたが、

C:\Users\vishwajeet.kumar\AppData\Local\Microsoft\AppCertKit\ValidationResult.htm

このファイルValidationResult.htmには、認定の完全なレポートが含まれています。

于 2014-02-11T05:22:36.263 に答える