Hello folks,
SharePoint 2013 allows users to run sites in SharePoint 2010 mode. That would be possible only with PowerShell command:
Install-SPSolution –Identity Solution.wsp –GACDeployment –CompatibilityLevel {14,15}
Install-SPSolution -Identity Solution.wsp –WebApplication http://localhost/ –GACDeployment –CompatibilityLevel {14,15}
The deployment was successful however I had done lots of branding (masterpages, page layouts, css..) so those seems corrupted while activating the features...
This failed for me.
Ref: http://blogs.technet.com/b/mspfe/archive/2013/02/04/planning-deployment-of-farm-solutions-for-sharepoint-2013.aspx
SharePoint 2013 allows users to run sites in SharePoint 2010 mode. That would be possible only with PowerShell command:
Install-SPSolution –Identity Solution.wsp –GACDeployment –CompatibilityLevel {14,15}
Install-SPSolution -Identity Solution.wsp –WebApplication http://localhost/ –GACDeployment –CompatibilityLevel {14,15}
The deployment was successful however I had done lots of branding (masterpages, page layouts, css..) so those seems corrupted while activating the features...
This failed for me.
Ref: http://blogs.technet.com/b/mspfe/archive/2013/02/04/planning-deployment-of-farm-solutions-for-sharepoint-2013.aspx
No comments:
Post a Comment