Hi,
I am develop with the retail sdk, when I run the RetailServer.Extensions.TestClient and try to activate new device, it throw the exceptions:
Contoso.Commerce.RetailProxy.CommunicationException: Exception of type 'Contoso.Commerce.RetailProxy.CommunicationException' was thrown.The Retail Server is unable to communicate with the Real-time Service or Real-time Service fails during calling to headquarters. Contact your system administrator.
at Contoso.Commerce.RetailProxy.CommunicationExceptionHelper.ThrowAsCommerceException(Exception exception) in J:\RetailSDK\Proxies\RetailProxy\Exceptions\CommunicationExceptionHelper.cs:line 44
at Contoso.Commerce.RetailProxy.RetailServerContext.ParseInnerException(Exception ex) in J:\RetailSDK\Proxies\RetailProxy\Contexts\RetailServerContext.cs:line 737
at Contoso.Commerce.RetailProxy.RetailServerContext.<ExecuteWithExceptionHandlingAsync>d__52`1.MoveNext() in J:\RetailSDK\Proxies\RetailProxy\Contexts\RetailServerContext.cs:line 842
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Contoso.Commerce.RetailProxy.RetailServerContext.<ExecuteOperationSingleResultAsync>d__34`1.MoveNext() in J:\RetailSDK\Proxies\RetailProxy\Contexts\RetailServerContext.cs:line 321
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Contoso.Commerce.RetailProxy.StoreOperationsManager.<ActivateDevice>d__5.MoveNext() in J:\RetailSDK\Proxies\RetailProxy\Managers.g.cs:line 83
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at Contoso.RetailServer.TestClient.ActivationForm.<btnActivate_Click>d__9.MoveNext() in J:\RetailSDK\SampleExtensions\RetailServer\Extensions.TestClient\ActivationForm.cs:line 65
how to solve the problem? thanks.
Regards.
*This post is locked for comments
I have the same question (0)