Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
571 views

How to efficiently deploy content types to a Content Type Hub

I have set up a Content Type Hub and tested the syndication is working correctly by creating a test content type and watching it be published to the client site. Then I deployed the content types I ...
3
votes
3answers
1k views

Deploying SharePoint Event Receiver Assembly to Web Application BIN

Is it possible to successfully deploy an assembly containing event handlers for a custom SharePoint list feature (thus, classes that depend on the Microsoft.SharePoint assembly) to a web application's ...
2
votes
1answer
384 views

SharePoint - CustomAction isn't showing on toolbar for a content type

I've created a feature with a content type: <ContentType ID="0x01007C963A8770A24bbfBDBCE157B96EE769" Name="Send" Group="Demo" Version="1"> </ContentType> I want to create ...
2
votes
0answers
1k views

SPFeatureReceiver FeatureActived not being executed when site is created

I have created a (staplee) feature that is stapled to a site template with a second feature as described in the blog post here. The idea is that when a site is created, my staplee feature will be ...
2
votes
3answers
812 views

SharePoint DelegateControl Render Order

I have two SharePoint features, each implemented identically (see below), that add controls to a delegate control in the header of my pages. One of the controls depends on the other (one is the ...
1
vote
1answer
2k views

How to uninstall a feature in sharepoint 2007?

I need to remove a feature completely from SharePoint with all its assemblies, folders and everything. I found that I can do this by SharePoint management shell, but I don't know how to find, open or ...
1
vote
4answers
2k views

Cannot enable feature with feature receiver via PowerShell

I've got a problem where I can enable a feature the UI and everything works as expected through site settings, but if I try and enable the feature via the Sharepoint powershell (which we are doing as ...
0
votes
2answers
345 views

feature deactivation through command line not firing the SPFeature event reciever

I am deactivating a feature through stsadm tool. I have an event reciever enabled for this action. If i deactivate the feature manually from the site the event is getting triggered but not when ...
0
votes
2answers
411 views

Deploying SharePoint layout ASP .NET assembly into GAC

I'm currently rewriting a legacy SharePoint application and I need to figure out how to deploy it. The application itself is SharePoint solution with several features, including webparts and simple ...
0
votes
1answer
367 views

How to add existing data types to SharePoint feature schema.xml

I have made a custom SharePoint feature based on default Document Library. Basically I made a copy of the DocumentLibrary folder and modified it and all the required xml files to make it unique ...
0
votes
1answer
193 views

How to update SharePoint feature?

I've created and installed a custom Document Library as a feature to SharePoint (WSS3) installation. The installation and activation went fine and the feature is operational. However, now I need to ...
0
votes
1answer
743 views

SharePoint Foundation 2010 solution cannot be deployed to SharePoint Server 2010

I have made a site in SharePoint Foundation 2010. I used team site as a starting template. I have saved it as my own custom template. Next, I have added that solution to SharePoint Server 2010. When ...
0
votes
1answer
57 views

Files for use in Feature activation of a web application scoped feature SharePoint 2007

Is it possible to access local system files in a feature activation event scoped at web application level?