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.
You can run get-spsolution powershell command without parameters to see which solutions are currently installed in the farm.Therefore you can use this powershell command to delete this solution manually:
(get-spsolution mysolution.wsp).Delete()
沒有留言:
張貼留言