这是我到目前为止所做的:
Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE
installfeature
。它表示该操作已成功完成。然后我检查了SharePoint中的管理场功能,但我没有在那里看到它......
这是我的Feature.xml文件:
<?xml version="1.0" encoding="utf-8"?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/"
Id="b9e40341-32ab-410a-a20f-282cf13fb54b"
ReceiverAssembly="SharePointSocialNetworking, Version=1.0.0.0, Culture=neutral, PublicKeyToken=6264b0911592ad29"
ReceiverClass="SharePointSocialNetworking.FeatureToEnableJob"
Scope="Site"
Title="SharePoint Social Networking Job">
</Feature>
这看起来不错吗?我错过了这里的任何步骤吗?
答案 0 :(得分:3)
你的范围是错误的。它应该是“农场”而不是“网站”。