有关SharpDX.D3DCompiler.dll错误的Windows应用商店认证问题 [英] Windows Store certification issue regarding SharpDX.D3DCompiler.dll Error

查看:75
本文介绍了有关SharpDX.D3DCompiler.dll错误的Windows应用商店认证问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在尝试将.appx文件上传到商店时收到了认证错误。

i am getting a certification error while trying to upload a .appx file to stores..


  • 此应用程序类型不支持d3dcompiler_46.dll中的API D3DCreateBlob。 SharpDX.D3DCompiler.dll调用此API。

请给我一个解决方案..

pls suggest me a solution..

提前致谢

Regardsm,

Sandeep M

Sandeep M

推荐答案

您好,

如果您开发UWP应用程序,则应通过开发人员中心仪表板上传.appxupload文件。

If you develop UWP app, you should upload .appxupload file through Dev Center Dashboard.

您需要 确保您的应用程序编译为发布版本而非编译版本,因为即使您的应用程序仅使用适用于Windows应用商店应用的API,您的应用程序的调试版本也将无法通过此测试。

You need to make sure your app is compiled as a release build not a debug build, since the debug build of your app will fail this test even if your app uses only APIs for Windows Store apps.

至于错误消息,API D3DCreateBlob 仅支持Windows应用商店应用,而不支持Windows Phone应用。您可以删除相关的依赖项和参考,并检查
文档  查找其他API作为其替代品。

As for the error message, the API D3DCreateBlob is supported only for Windows Store apps and not Windows Phone Store apps. You can delete the related dependency and reference and check documentation to find other APIs to use as alternatives for it.

在重新提交应用之前,您应该使用 Windows应用认证套件
 工具 测试你的包裹。在您的应用程序通过所有WACK测试后,您可以上传您的软件包。 

Before resubmitting your app, you should use Windows App Certification Kit  tool to test your package. After your app passing all the WACK test, you can upload your package. 

有关详情,请参阅 支持的API测试

For more details, you can refer to Supported API test.

祝你好运,

Mattew Wu

Mattew Wu


这篇关于有关SharpDX.D3DCompiler.dll错误的Windows应用商店认证问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆