#1
Run Powershell
#2
Ensure you have Sharepoint Powershell commands enabled
For that run following command
Add-PSSnapin Microsoft.SharePoint.Powershell
#3
run following command (Replace mysolution.wsp with your solution name)
(get-spsolution mysolution.wsp).Delete()
this helped to me.
If still not
then open your solution folder and delete files from bin,pkg and obj folders and do the above mentioned again.
4 comments:
Thanks.
good one.....
Good one......
THAnks.
pkg was the solution for me
Thanks for the post
thanks if this helped
Post a Comment