Error occurred in deployment step ‘Retract Solution’: The language-neutral solution package was not found.

We sometimes get this error when deploying SharePoint 2010 solutions from Visual Studio 2010:
Error occurred in deployment step ‘Retract Solution’: The language-neutral solution package was not found.
To resolve this error user Powershell :
  • Run Powershell.
  • Ensure you have Sharepoint Powershell commands enabled
    For that run following command

    Add-PSSnapin Microsoft.SharePoint.Powershell
     
  • run following command (Replace mysolution.wsp with your solution name)
    (get-spsolution mysolution.wsp).Delete()

Comments

Anonymous said…
Thanks a lot.
After doing lots of search I was not able to resolve this. But you have given a good way to solve.
Anonymous said…
Ya , Its working..........
Thanks a lot.........
Anonymous said…
Thanks a lot ;-)
Anonymous said…
Thanks a lot ;-)
Anonymous said…
Thanks a lot ;-)
Anonymous said…
Its Working ,Thank you........
Anonymous said…
Thanks from Brazil!
Anonymous said…
Thanks a lot.

Popular Posts

SharePoint Interview Questions and Answers

Download Infopath Form Templates

How to get current logged user information using JavaScript ?

Steps to set Form based authentication (FBA) for SharePoint 2010

SharePoint Interview Questions and Answers II

Get List Items - JavaScript

Cross Site List Rollup Web Part for SharePoint 2010

Hide Recently Modified Items

Change Language for current user with JSOM in SharePoint Online

SharePoint 2010 CSS Chart