Tagged Questions
0
votes
0answers
85 views
Help understand ContentType/List upgrade
Everywhere i read on the web it says that Content Types and List once deployed through Xml files they cannot be updated anymore.
I have created a VS 2010 solution, created a SharePoint List ...
3
votes
3answers
595 views
Update Feature automatically
I have developed an update for a SharePoint 2010 solution. This update defines some upgrades for some of the included features (the upgrade are managed via the new FeatureUpgraded receiver event).
I ...
0
votes
2answers
449 views
SPFields in a list with content types enabled is not updating as expected
There is a big piece of the puzzle i am missing here.
I have a list with content types enabled. I am programatically trying to add an option to some choice fields in the featureupgrading method. The ...
1
vote
1answer
278 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 ...
2
votes
1answer
401 views
How do I create Upgrade actions in the Feature.xml file using Visual Studio?
We have a solution in Visual Studio 2010 for a SharePoint 2010 application that is currently in Production (version 1.0.0.0).
I am making some changes to the solution to be deployed as version ...
3
votes
2answers
100 views
Visual studio retracts and reinstalls my features, can I tell it to just update?
It appears Visual Studio 2010's out of the box functionality for Deploy retracts and installs my features. Can I tell it instead to perform an update-spsolution instead of removing the entire thing?
...