我为Windows商店制作了一个简单的视频播放器应用程序。我已经完成了其他手续并在商店上提交了应用程序,但我收到了消息
认证报告
总体结果:失败
2014年8月19日下午2:18 UTC生成的报告
Windows 8
安全测试:不完整
此测试会扫描您的应用以查找恶意软件和不需要的行为。了解更多
好吧,现在当我去更新SDK时,我收到了这条消息。有关调用
的详细信息,请参阅此消息的结尾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)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18449 built by: FX451RTMGDR
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
appcertlite
Assembly Version: 0.0.0.0
Win32 Version: 2.0.9200.16384 (win8_rtm.120725-1247)
CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Kits/8.0/App%20Certification%20Kit/appcertlite.exe
----------------------------------------
Microsoft.AE.Windows
Assembly Version: 6.2.0.0
Win32 Version: 6.2.9200.16384
CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Kits/8.0/App%20Certification%20Kit/Microsoft.AE.Windows.DLL
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.AE
Assembly Version: 6.2.0.0
Win32 Version: 6.2.9200.16384
CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Kits/8.0/App%20Certification%20Kit/Microsoft.AE.DLL
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.Windows.SoftwareLogo.Shared
Assembly Version: 0.0.0.0
Win32 Version: 2.0.9200.16384
CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Kits/8.0/App%20Certification%20Kit/Microsoft.Windows.SoftwareLogo.Shared.DLL
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
appcertlite.resources
Assembly Version: 6.2.0.0
Win32 Version: 6.2.9200.16384
CodeBase: file:///C:/Program%20Files%20(x86)/Windows%20Kits/8.0/App%20Certification%20Kit/en/appcertlite.resources.DLL
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 4.0.0.0
Win32 Version: 4.0.30319.34107 built by: FX45W81RTMGDR
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.0.30319.18408 built by: FX451RTMGREL
CodeBase: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
> Technical compliance: failed
> This tests your app with the Windows App Certification Kit. You can also run this the test locally from the SDK. Learn more
One or more of the Windows App Certification Kit tests failed. Test your app with the Windows App Certification Kit on your computer to get more detailed info about this error.
在提交应用程序之前,我正在使用我的SDK提供的工具包执行测试,其中测试被声明为PASSED。我已多次查看我的代码并且不知道出了什么问题。下面是我的main.xaml.cs页面的源代码。