使用azure仿真器在本地运行Web角色时遇到问题。它无限期挂起,我看到的唯一错误是在 Application Server-Applications / Operational 事件日志中。我检查了所有DLL和SDK的版本。
偶尔我会看到ErrorCode ERRCA0009:SubStatus ES0001或请求超时。
Windows 8上的Azure SDK 1.8.1 VS2012。
Handling an exception. Exception details: System.NullReferenceException:
Object reference not set to an instance of an object.
at Microsoft.Windows.Azure.DevFabric.DevFabricManagement.GetTenantDetails
(String tenantName)
at SyncInvokeGetTenantDetails(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke
(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5
(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31
(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)