WindowsDevicePortalWrapper
WindowsDevicePortalWrapper copied to clipboard
Cannot rename when connected to IoT Device
For IoT, I was able to connect but then subsequently ran into a failure when requesting the device name. I sent along the stack trace to Hirsch and he was able to reproduce this:
[1.MoveNext() in D:\GitRepos\WindowsDevicePortalWrapper\WindowsDevicePortalWrapper\WindowsDevicePortalWrapper.Shared\HttpRest\RestGet.cs:line 93 --- 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 Microsoft.Tools.WindowsDevicePortal.DevicePortal.<GetDeviceName>d__74.MoveNext() in D:\GitRepos\WindowsDevicePortalWrapper\WindowsDevicePortalWrapper\WindowsDevicePortalWrapper.Shared\Core\OsInformation.cs:line 106
--- 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 SampleDeviceCollection.DevicePortalViewModel.<RefreshDeviceNameAsync>d__36.MoveNext() in D:\GitRepos\WindowsDevicePortalWrapper\Samples\SampleDeviceCollection\ViewModels\DevicePortalViewModel.cs:line 349
@namkedia can you take a look at this?