应用清单不包含必需的SupportUrl元素 [英] The app manifest does not contain a required SupportUrl element

查看:62
本文介绍了应用清单不包含必需的SupportUrl元素的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Visual Studio 2013 Pro RC中收到此错误消息,我已将manifest.xml文件中的支持URL验证为



< SupportUrl默认值= QUOT;〜remoteAppUrl /应用/主页/的support.html" />


但在添加此内容后,我收到了另一条错误消息


"应用清单不符合您的应用类型的架构。对于Office应用,请了解详情。对于SharePoint应用,请了解详情。 "


请尽快帮助我

解决方案



提交到Office Store的应用程序的验证策略需要所有应用程序位置都是SSL安全的(HTTPS)。我建议您在任务面板Web项目属性中将~remoteAppUrl更改为项目URL。如下代码:

< SupportUrl DefaultValue =" https:// localhost:1254 // App / Home / Support.html " />


您可以参考以下链接:


http://msdn.microsoft.com/en-us/library/office/jj591603.aspx


问候,


I am getting this error message in Visual Studio 2013 Pro RC, I have validated the support url at manifest.xml file as

<SupportUrl DefaultValue="~remoteAppUrl/App/Home/Support.html" />

but after adding this I am getting another error message

" The app manifest does not comply with the schema for your app type. For apps for Office, learn more. For apps for SharePoint, learn more. "

Please Help me ASAP

解决方案

Hi,
Validation policies for the apps submitted to the Office Store need all of the all app locations are SSL-secured (HTTPS).I suggest you to change ~remoteAppUrl as your project URL in task panel web project property. Like the code below:
< SupportUrl DefaultValue="https://localhost:1254//App/Home/Support.html" />

You could refer to the link below:

http://msdn.microsoft.com/en-us/library/office/jj591603.aspx

Regards,


这篇关于应用清单不包含必需的SupportUrl元素的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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