Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • 1
    Can you paste your deployment script ? My bet is that you miss a call to install-spfeature. Also, do you use a wsp solution package ? Commented Oct 25, 2011 at 11:58
  • 1
    ya i use .wsp package and i follow Add-SPSolution,Install-SPSolution and then Enable-SPFeature statements. Commented Oct 25, 2011 at 12:01
  • can you paste the content of feature.xml ? Does Get-SPFeature -Url http://here returns your feature ? Commented Oct 25, 2011 at 12:03
  • 1
    <?xml version="1.0" encoding="utf-8"?> <Feature xmlns="schemas.microsoft.com/sharepoint" Title="AUP Site Provisioning Feature" Description="This feature will Create Custom List(s), Views and Share Point Groups for AUP Accelerator site" Id="4e09be48-d2fc-49c6-9643-4f84aaa18806" ReceiverAssembly="Tax.Accelerators.AUP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=73438e84b4622991" ReceiverClass="Tax.Accelerators.AUP.AUP_Tax_FeatureEventReceiver" Scope="Site"> <ElementManifests> <ElementManifest Location="ChangeStatusRibbonElement\Elements.xml" /></ElementManifests> </Feature> Commented Oct 25, 2011 at 12:12
  • I edited your post to include the xml file. It's far more readable tha in the comment. Commented Oct 25, 2011 at 12:17