Hello guys,
I am getting issue while updating the solution as below :
Update-SPSolution -Identity MyWebParts.wsp -LiteralPath “C:\Deployment\Support\Latest Solution\03022014\MyWebParts.wsp” –GACDeployment
in farm solution under CA , its keep displaying the status as “Deploying(scheduled at *** )”
I have tried to follow IISRESET after Update-SPSolution but its not updating into the farm while in PoweShell shell its completing the job without the error.
If I directly deploy through Visual Studio it works, while its not requirment – I need to update the solution through powershell command.
any idea what can be the reason ?