Tagged Questions
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.
...
1
vote
1answer
276 views
How Do I Rename a List Instance's Field's StaticName in FeatureUpdating?
I am creating a custom WSP in Visual Studio. This solution has several custom content types with custom fields as well as a list instance with content types enabled. Unfortunately, i need to change ...
1
vote
1answer
463 views
removing a sharepoint solution duplicates entry in web.config?
My intentions is to be able to add and remove web.config changes when a solution is installed or uninstalled.
The code below and the powershell below works ALMOST as expected.
When I add sp ...
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 ...