Monday, March 30, 2009

SharePoint Error: "The language-neutral solution package was not found"

Every once in a while when I am in the middle of deploying a Visual Studio 2008 SharePoint project (in Solution Explorer, right-click the Solution and select Deploy Solution) I get the following error: "The language-neutral solution package was not found".

So far the only solution to this I've found is to save the Solution, close Visual Studio, then reopen Visual Studio.

1 comment:

Anonymous said...

Solution for this problem

Open sharepoint powershell

and run the following command

(get-spsolution yourwebapplicationname.wsp).Delete()

then again build and deploy the solution