butler_alfred
butler_alfred

Reputation: 83

Sharepoint Project - VS2010 Communication error while deploying

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

Answers (1)

Francisco Aquino
Francisco Aquino

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

Related Questions