The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
678 views

Error while activating custom feature

I have a wsp package installed as farm solution. package has event reciever on activating feature. When I go to Site Collection Features and activate this feature i get an error Error File ...
2
votes
1answer
629 views

failed to create receiver object from assembly sharepoint 2010

I have created two features and I want both use same receever class so I created a class MyFeatureReceiver (some where in project SP/MyRecievers/) which implements SPFeatureReceiver and has a ...
0
votes
1answer
39 views

Remove a list from all site collections when a feature is uninstalled

I have a site scoped Feature which specifies a list as such: <?xml version="1.0" encoding="utf-8"?> <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> ...
0
votes
1answer
45 views

Add custom code for solution upgrade

I have a solution for SP2010. Let's call it s.wsp. I had version 1 of s.wsp and now I have version 2 of s.wsp. Versions 1 and 2 share three common features: A, B and C. Version 2 adds a new feature D. ...
0
votes
1answer
176 views

Custom Site Content type is not getting mapped for the required taxonomy field

I have a custom project site template which is coded in c#.net VS 2010, I have deployed the projects related to the project site template into central admin through VS After deploying the solution I ...
0
votes
1answer
161 views

Object reference not set on Feature Receiver in a Stapled feature

SharePoint 2010 question. My 1st goal is to add some custom themes to site collections when they're created. I have this working with a simple 2 feature stapling solution (Themes.Feature, ...
0
votes
0answers
55 views

Problem to disable a feature in SharePoint 2007

I am working on Sharepoint 2007 and Visual Studio 2008 and I have a problem with SPFeatureReceiver.FeatureDeactivating. The project is to create a feature to create a PictureLibrary. I create a ...
0
votes
0answers
119 views

FeatureActivated is not firing after activating feature in code-behind

I've a strange problem with activating a feature from C#: I have a list with a event receiver attached, which creates a new sub-site every time a new listitem has been added: var newWeb = ...
0
votes
0answers
113 views

“Fixing” the DataSource Guid for in a DataView Webpart

I am creating a Sandbox solution that deploys three External Lists. (Their datasource has already been configured within the Farm.) Along with the list instances, I am deploying to the 'Site Pages' ...