I have many projects for Sharepoint that work fine, not just one. This project can be deployed only by one developer of our team, all other developers continue to receive an exception when trying to deploy this solution (building this solution works). (Both projects, RMB in VS)
Error message:
Error 1 Error occurred in deployment step 'Retract Solution':
A communication error has occurred while invoking commands in SharePoint host process:
The communication object, System.ServiceModel.Channels.ServiceChannel,
cannot be used for communication because it is in the Faulted state.
I turned on logging in VS, but did not find anything interesting. Starting with / safemode didn't help either. I also deleted the suo file and all bin, obj and pkg folders before deployment.
Any idea what went wrong?
(I saw that “Deploying Sharepoint 2010 Webpart is causing Visual Studio to crash,” but it was something else)
source
share