Hi
It makes it impossible to deploy from Visual Studio 2019 on HoloLens 2 (ARM64). The compilation is done without problem, but during the deployment we arrive on a “A remote operation is taking longer than expected”
I have a lot of data in the Streaming Assets (~ 800mb). It is on this data that it stops. It’s random, it always stops at different files.
If I make an appx then an installation through the Device Portal, no problem the application installs and launches. Likewise if there is less data in the Streaming Asset.
The standby of the HoloLens 2 is deactivated to avoid its involuntary disconnection.
An idea of the problem ?