Reputation: 83
I am getting: "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"
While deploying a sharepoint solution from visual studio 2010. It has worked before, as I am still in testing. No code has changed, not sure if it has something to do with settings or memory.
Any ideas or guidance on this?
Thanks
Upvotes: 0
Views: 831
Reputation: 9117
The application pool is probably hanging after things like attemping to call code while a breakpoint is active and so on, an IISRESET should fix this.
Upvotes: 1