Sharepoint 2010 - 网站模板未显示在新的 Web 集合对话框中

发布于 2024-10-09 04:20:33 字数 338 浏览 0 评论 0原文

我正在 VS 2010 中开发新的 SiteTemplate 项目。我没有更改任何内容,我单击“部署”来检查它是否在我的 SP 服务器上运行。但它并没有...

为什么它不起作用?请帮忙。

我正在客户端系统(Windows 7)上进行开发 - 我已经安装了 Sharepoint 的自治实例。我没有在 SP 中央管理中更改任何内容,我还检查了 C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates 中的文件夹,并且文件部署成功。 任何解决问题

的建议将不胜感激。

I am developing new SiteTemplate project in VS 2010. I didn't change anything, and I clicked Deploy to check if it is working on my SP server. And it doesn't ...

Why isn't it working? Plz, help.

I'm developing on Client system (Windows 7) - i have installed autonomous instance of Sharepoint. I haven't changed anything in SP central admin, i also checked folders in C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\SiteTemplates and files deployed successfully...

Any suggestions for solving problem will be really appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

多情癖 2024-10-16 04:20:33

有三个属性可控制网站模板的可见性:

  • IsHidden 控制 UI 中网站模板的可见性;
  • IsRootWebOnly确定网站模板是否仅适用于网站集根网站;
  • IsSubWebOnly确定 Web 模板是否仅适用于子网站。

该问题很可能是由于这些属性之一设置不当造成的。

There are three properties that control a site template's visibility:

  • IsHidden that controls the visibility of the site template in the UI;
  • IsRootWebOnly that determines if the site template is available for site collection root web site only;
  • IsSubWebOnly that determines if the web template is available for sub-web sites only.

Mostly likely the problem is due to improper setting of one of these properties.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文