Unable to deploy to Hololens.
After successfully building a barebones project and building the Appx, the program deploys correctly to the Hololens
Builds project correctly. Appears to connect to Hololens.
Does not deploy to the Hololens when pressing "Install"
The correct WiFi IP address is provided and when I press "Connect" under deploy options, I get the correct Hololens device name. When I press "Open Device Portal" - IE opens the Hololens Device Portal correctly without issue.
When I press "Install" - I get a Network Error: Request timeout.
Then "Failed to install [APP].appx on [DEVICE].
See screenshot.

2017.3.1f1
2017.2.1.2
10.0.14393.2068
10.0.16299 Build 16299
Me too .
Try changing the timeout for the webrequest to be longer in the BuildAndDeployPortal.
@StephenHodgson : This fixed it!
in BuildDeployPortal.cs I changed line 30 and line 31 to the following:
private const float TimeOut = 20.0f;
private const float MaxWaitTime = 40.0f;
The same increase to the timeout allowed for deploying for me also.
Fixed in #1904
@StephenHodgson is this change also part of #2127?
No, but I could still add it. Not sure if I ported the rest time outs that I have in my private branch.
I got the latest release but this issue still exists. @StephenHodgson do I need to manually fix it?
I think it depends on the size of your build. I'd increase the timeout and wait time described above.
I think it depends on the size of your build. I'd increase the timeout and wait time described above.
I doubled it and its working now
Closing issues older than 180 days. If this is still an issue, please reactivate with recent information.