首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >应用提交失败,返回与Microsoft.Advertising.Mobile.resources.dll相关的1016

应用提交失败,返回与Microsoft.Advertising.Mobile.resources.dll相关的1016
EN

Stack Overflow用户
提问于 2012-11-19 15:50:36
回答 2查看 630关注 0票数 1

我正在尝试将我的应用程序提交到Windows Phone 8应用商店,但失败,出现以下错误:

代码语言:javascript
复制
1016: A file registered in the app manifest is missing: pl-PL/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: it-IT/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: ko-KR/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: fr-FR/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: zh-TW/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: ja-JP/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: es-ES/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: pt-PT/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again 
1016: A file registered in the app manifest is missing: el-GR/Microsoft.Advertising.Mobile.resources.dll. Use a different one and then try again

如果我打开xap并手动从我的AppManifest.xaml中删除以下行:

代码语言:javascript
复制
<AssemblyPart Source="cs-CZ/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="de-DE/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="el-GR/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="es-ES/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="fr-FR/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="it-IT/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="ja-JP/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="ko-KR/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="pl-PL/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="pt-PT/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="ru-RU/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="zh-CN/Microsoft.Advertising.Mobile.resources.dll" />
<AssemblyPart Source="zh-TW/Microsoft.Advertising.Mobile.resources.dll" />

提交后,我得到:

代码语言:javascript
复制
We weren't able to save your info. Try again. Error code: 0x80040803

还有别的人有这个问题吗?

谢谢!

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2012-12-30 01:20:38

我收到了类似的错误消息。我采用了另一种方法:我没有编辑清单文件,而是在XAP存档中添加了缺少的DLL。

亚历克斯。

票数 2
EN

Stack Overflow用户

发布于 2013-01-24 20:32:56

您需要确保您拥有最新版本的ad sdk。我认为它是7.1版而不是6.1版。

几个小时前,当我试图上传我的xap时,我也收到了类似的警告。

  • 1016:缺少应用程序清单中注册的文件: zh-Hant/Microsoft.Expression.Interactions.resources.dll.使用其他文件,然后重试
  • 1016:缺少在应用程序清单中注册的文件: zh-Hans/System.Windows.Interactivity.resources.dll.请使用其他密码,然后重试

原来在wp8中有针对Microsoft.Expression.Interactions和System.Windows.Interactivity的新版本。将引用更改为最新版本后,提交过程中没有抛出任何错误。

顺便说一句,与其等待xap文件上传,一种更快的测试方法是启动Store test Kit --> Automated Tests。

希望这能有所帮助!

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/13449614

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档