Tagged Questions
0
votes
3answers
466 views
Deploying the same WSP file with a different name
I have created wsp file using Visual Studio 2010 that servers an application pages in site. My solution file name is "Portal.wsp".
I have already deploy this solution file on my server it running ...
0
votes
3answers
1k views
Update a existing deployed farm solution
I've deployed a farm solution to a test environment by following the Technet Deploy solution packages page - works well. But development continues, and I need to redeploy.
When I follow the process ...
1
vote
1answer
453 views
Updating an uncustomized master page deployed as a wsp solution
I deployed an uncustomized master page as a SP 2010 Server farm solution using these instructions http://plekky.com/blog/Lists/Posts/Post.aspx?ID=11
Now I need to update the master page. I edited it ...
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 ...
0
votes
1answer
4k views
Deployed solution does not appear in site collection features.
I have a custom SharePoint solution that I am attempting to deploy to a very simple standalone SharePoint server installation. The installation has only two web applications, one for Central Admin ...
2
votes
1answer
747 views
How can I ensure that an Assembly is deployed to the GAC on all Servers in a Farm
I have a SharePoint Solution that contains an Assembly that contains an SPTimerJobDefinition that must be deployed to the GAC on all Servers in my farm.
I have configured my farm in the following ...