Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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" ...
5
votes
2answers
1k views

full text search using sql server 2008

i had installed sql server 2008 express edition with tools but i need to use full text search which i understand is missing in the edition that i have. how do i go about upgrading to get full text ...
4
votes
2answers
1k views

Upgrade individual feature in WIX feature-tree without uninstalling/upgrading other feature(s)

I'm trying to create a setup project using WIX that will allow me to install multiple features of a single product. How can I update one of the installed features (which is independent of the other ...
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 ...
2
votes
3answers
100 views

Of the changes to Rails between 1.x and 2.x which ones have actually affected your work in Rails?

I'm doing a course on Rails that focuses on version 1.1.6 so I'm trying to figure out which of the numerous changes between 1.x and 2.x are the most critical to be aware of for practical use. At the ...
1
vote
1answer
76 views

Sharepoint 2010 : How to apply feature upgrades to new site collections that are created after upgrading existing feature in existing site collections

I successfully upgraded one feature in my existing sharepoint 2010 site collection(A) . Previous version was 0.0.0.0 and I upgraded it to 1.0.0.0. After upgrading I created one more site collection(B) ...
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 ...
0
votes
2answers
49 views

Points to note for Future upgrade of App without new install in iPhone?

What are the points to keep in mind for upgradation of app? How the upgradation is done in device? I mean what are the changes done in filesystem of device? If I am involving new View in my app, ...
0
votes
3answers
469 views

How to Update an Application After Users Pay For Upgrade

I need to update my application after the user pays for an update. I want to alter the current application instead of downloading a new version. After the user pays, I will enable certain functions of ...