I recently upgraded from windows azure sdk 1.5 to 1.6. I managed to debug the azure projects on my system using sdk 1.5. But after the update, I can no longer debug even the recently created azure projects. Visual Studio throws an error "The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. For more information, see the output window."
Below is the text from my output window:
Server Tracking:
in System.ServiceModel.Channels.CommunicationObject.Close (TimeSpan timeout) in System.ServiceModel.Channels.ServiceChannel.System.IDisposable.Dispose ()
Exception thrown in [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage (iMessage reqMsg, IMessage retMsg) in System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (MessageData & msgData, Int. IDisposable.Dispose () at Microsoft.ServiceHosting.Tools.DevelopmentFabric.FabricClient.AddServiceDeployment (String tenantName, ServiceModelDefinition serviceModelDefinition, String instanceDescriptionPath, ServiceDeploymentOptions)
I can create a package and the packages work correctly in real time. I already checked only for web.config. He can write.
source share