sharepointsharepoint-timer-job

How do I deploy a SharePoint custom timer job?


This is what I have done so far:

I then check into Manage Farm Features in SharePoint but I don't see it there...

Here is my Feature.xml file:

<?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>

Does this look right? Am I missing any steps here?


Solution

  • Your scope is wrong. It should be "Farm" not "Site."