我们最近开始遇到Windows Azure计算机模拟器的问题,其中DiagnosticsAgent在角色启动时崩溃,但我们仍然将所有跟踪记录到计算模拟器控制台。我不是100%我甚至真的遇到了问题,但我不希望有一个挥之不去的错误,当我部署到云时会给我带来麻烦。有没有人看到类似于下面的错误消息,如果有的话,你能做些什么呢?我无法找到关于SO或其余互联网的任何信息。
提前致谢。
[Diagnostics]: Error starting diagnostics:
System.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitor.ValidateEndpointValid(CloudStorageAccount acct, Action`1 error)
at Microsoft.WindowsAzure.Diagnostics.DiagnosticMonitor.StartWithExplicitConfiguration(DiagnosticMonitorStartupInfo startupInfo, DiagnosticMonitorConfiguration initialConfiguration)
at Microsoft.WindowsAzure.Plugins.Diagnostics.DiagnosticsAgentManager.<StartAgent>b__0()