I have deployed a WSP to sharepoint 2013. If I try to retract the solution (features are deactivated on all web application) using a powershell command (powershell error that there are no webapplication scope objects ,when I tried with -WebApplication parameter, so I have removed it.)
Uninstall-SPSolution –Identity mySolution.wsp
It says retracting without any error.... but ends up in DEPLOYED status again.
Similarly if I go to Central Administration and retract from there, it says retracting without any error.... but ends up in DEPLOYED status again. However since I am on my Development environment, If I use Visual studio and retract the solution, It works fine.
What is different between VS 2013 retraction and (Powershell and Central Admin retract).? How can I solve the problem?