Tagged Questions
2
votes
0answers
189 views
Why does WSP Deployment Type 'ApplicationServer' require features to be manually installed?
When I create a WSP with Deployment Type set to WebFrontEnd and deploy, all of the features contained within are automatically installed. Features that are set up as ActivateOnDefault="TRUE" (Farm or ...
1
vote
5answers
1k views
WSP package stuck in retracting state
We are tring to run an update script. As part of this script we use stsadm command retractsolution and then deletesolution to remove the wsp packages.
Our problem is that on the last run several of ...
10
votes
2answers
3k views
Best practice for developing a WebService in SharePoint?
I've followed the following steps to build a WebService in SharePoint:
Created a new project using WSPBuilder.
Added a 'WebService' (Add a new web service to the layouts folder)
Do a WSBBuilder ...