deployment - Error on deploying a SharePoint 2010 site template -
i have web application in have few document libraries, lists, picture libraries, workflows , few webparts. webparts created using visual studio feature site scoped. workflows created using spd. everyting working fine in local sharepoint server. want copy web application different server. saved site template site actions-> save site template
, saved wsp desktop. took wsp other server machine created webapplication.
then using powershell command added solution using add-spsolution command. when trying install using install-spsolution command i got error:
this solution contains no resources scoped web application , cannot deployed particular web application
i tried change scope of webpart feature web/webapplication encountered error when tried deployed using visual studio.
how can deploy wsp in different sharepoint server machine?
when save site template, you'll save site, not web application. create web application first (maybe without site template), , roll out site wsp afterwards.
Comments
Post a Comment