Tagged Questions

16
votes
1answer
4k views

How to upgrade a long running SharePoint Workflow already in production

I have been tasked with helping the deployment of a Phase 2 of a previous SharePoint deployment. The original deployment has custom workflows that have been updated in phase 2. Is there a "How-To" ...
4
votes
5answers
15k views

Proper stsadm commands to update SharePoint Solution/Feature

What are the proper stsadm commands in sequence to force an upgrade to a SharePoint solution. I have tried C:>"C:\Program Files\Common Files\Microsoft Shared\web server ...
4
votes
2answers
499 views

What is your code maintenance strategy for custom SharePoint assemblies?

How do you handle improvements and added functionality to your existing SharePoint code? Did you deploy your original code as a feature? Do you create a new feature_V2 and deactivate the original? ...
4
votes
3answers
378 views

Should I keep solutions and features in a 1-1 ratio?

I have a complex sharepoint deploy with multiple EventReceivers and Workflows. I also have schema changes to existing lists, adding new columns of metadata and changing existing columns. Should ...
1
vote
3answers
2k views

How to update SPItemEventReceiver assembly version for a list in SharePoint?

Still in the learning process with SharePoint. We have an SPItemEventReceiver compiled into its own assembly. We are using STSDev to package up a SharePoint solution with this EventReceiver as a ...