Thursday, February 17, 2011

The language-neutral solution package was not found

Sometimes u get this error while deploying ur package, then u can try the following commands in sharepoint 2010 powershell

//find the deployed solutinos
get-spsolution

//then replace mysol with ur solution
(get-spsolution mysol.wsp).Delete()

then try to deploy ur sol. again

--happy coding

No comments:

Post a Comment