The feature-receiver tag has no wiki summary.
1
vote
1answer
129 views
How to rename a file in the 14 hive - edited-
I need to rename the user.aspx file in the 14 hive layouts directory in a feature event receiver. Is this possible ...if so...how?
OK - Bad idea....This is what i want to do: I have a custom ...
1
vote
2answers
250 views
Visual Studio 2010 Workflows not associating with list
Probably a silly question: I have a vs2010 project with workflows in a site scoped feature. When i deploy through visual studio the workflows are associated with lists. However when i deploy ...
4
votes
4answers
656 views
Web Template - Receivers Not Firing
I have a custom web template used to provision site collections that activates features with onet.xml and is deployed as a farm solution. I've tried both feature receivers and event receivers (on ...
5
votes
1answer
126 views
How to handle web references becoming stale in a web feature activation
We have a number of web-scoped features all stapled to a site definition, so they are all activated in turn when a web is created from the definition.
It seems the feature receivers all share the ...
1
vote
1answer
959 views
Delete page from the Site Pages library
Wondering if someone has the code to delete a page from the Site Pages library in a Feature Event Receiver on de-activation
TIA
0
votes
1answer
101 views
Versioning and upgrading features with SharePoint 2010 [closed]
I've been experimenting with feature version-ing and upgrading in Sharepoint 2010 and found a bunch of blogs, documentations etc. but it is still not very clear to me.
How does Sharepoint store the ...
1
vote
2answers
2k views
The breakpoint will not currently be hit - debuging feature receiver
I need to debug my feature receiver, so I set up few breakpoints, but when I hit F5 in VS2010, they are all missed, and it says that "The breakpoint will not currently be hit. No symbols have been ...
1
vote
2answers
1k views
Powershell Deployment - Enable-SPFeature Error
I get the following problem activating a feature in powershell:
Enable-SPFeature : The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: ...
3
votes
2answers
195 views
Feature Activation Logic (Prevent Activation)
I have three site collection features used to set branding throughout the site collection. I want to prevent the accidental activation of one of the features if one of the three is already activated; ...
2
votes
2answers
454 views
Why do I get a security validation invalid error updating a field from a feature receiver?
Trying to change the title field of a document library to be required..doesn't want to work.
SPList docLib = web.Lists["Process Aids"];
SPField field = docLib.Fields["Title"];
field.Title = "Display ...
1
vote
1answer
94 views
Disable Web-scoped features on Web deletion
I have a SPWeb ( http://example.com/site ), created used a custom web template, with several features activated on its scope.
When I delete the SPWeb it would be desirable that all the features ...
1
vote
2answers
113 views
Backup a file while custom feature activated?
We have a custom application page "custom.aspx" on the Layout folder, would like to rename the original file "custom.aspx" to "custom_bak.aspx" before the updated/modified custom application page ...
0
votes
1answer
490 views
Cannot set the associated group from a feature receiver
In a feature receiver, I want to create group and set the associated owner group of the Web.
This feature is activated automatically from a custom site template (I think this the root of the problem).
...
6
votes
3answers
2k views
How do you “stop” activating a feature within the feature receiver?
I have a feature receiver with some long running code, hence I use SPLongOperation and delegate for better visual appearance. Basically my feature receiver looks like so:
public override void ...
1
vote
1answer
2k views
Deleting Site Columns and Content Types Programmatically
I have a feature that adds two site columns to a content type on activation. On deactivation it's supposed to delete them, but I'm getting the following error:
"Site columns which are included in ...
5
votes
2answers
726 views
Can't deploy Admin Approved Form Template using XSNFeatureReceiver in SharePoint 2010
I am trying to deploy an Administrator Approved InfoPath form template to SharePoint 2010 as a feature. I've done this lots of times in 2007 and never had an issue - but this will not play ball.
I ...
2
votes
4answers
2k views
SP2010 Reset all subsites to inherit masterpage using c#
I'm creating a site feature reciever which sets a custom master page on the root web. I would also like the master page set on the root to be inherit to all the subsites.
What is the most elegant way ...
2
votes
3answers
1k views
SPWebConfigModification class will not update Central Admin application's web.config file
Using SharePoint 2010 I am trying to use the SPWebConfigModification class to make some basic changes to web.config files on applications in the farm, including the Central Administration web.config ...
2
votes
1answer
388 views
Deploying webparts to default.aspx with a SiteDefinition feature dependency
I tried deploying a Site Definition with a custom default.aspx page.
Within the <WebFeatures> node of the Site Definition's Onet.xml I tried to reference a Feature which would get a web part ...
