这是我到目前为止所做的:
- 创建了一个具有我重写的执行功能的类
- 将所需的强命名程序集添加到 GAC
- 创建了一个 Feature.xml 文件(见下文,这可能是问题所在......)
- 为我的 Feature.xml 文件创建了一个文件夹
Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE
- 使用 stsadm 到
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>
这看起来对吗?我在这里错过任何步骤吗?