功能没有安装,不知道为什么

时间:2009-08-24 08:05:07

标签: sharepoint moss

我有一个基于SharePoint智能模板构建的项目。 我没有Web部件,所以我删除了cs文件。

相反,我所拥有的只是一个空白功能。

 <?xml version="1.0" encoding="utf-8" ?>
  <Feature xmlns="http://schemas.microsoft.com/sharepoint/"
     Id="{6447a5a5-c6c7-4aee-b7c5-b7417e30c03f}"
     Title="My Content Types"
     Description="Contains the Content Types used by My Provided Applications"
     Scope="Site"
     >

    <ElementManifests>
       <ElementManifest Location="Manifest.xml"/>
   </ElementManifests>
  </Feature>

知道为什么不安装此功能?

更新

我使用直接拷贝和stsadm手动安装了这个功能 - 这很有效,所以它不是有问题的功能代码,而是项目可能被“打击”

2 个答案:

答案 0 :(得分:0)

此功能的作用域位于网站级别。试着看看你是否在网站设置中拥有它 - &gt;网站集管理 - &gt;网站集功能。

答案 1 :(得分:0)

我刚刚取消了智能模板,显然我不够智能使用它们,并且已经恢复到普通的WSP Builder,并且它的工作性能很好。