In the past we sucessfully deploy our apps into hololens through the device portal but we are now finding an annoying issue; we have this error message:
Installation Failed Failure reason: Windows cannot install package HololensLayar_1.0.5.0_x86__pzq3xp76mxafg because this package depends on a framework that could not be found. Provide the framework "Microsoft.NET.CoreRuntime.1.1" published by "CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US", with neutral or x86 processor architecture and minimum version 1.1.27004.0, along with this package to install. The frameworks with name "Microsoft.NET.CoreRuntime.1.1" currently installed are: {Microsoft.NET.CoreRuntime.1.1_1.1.25915.0_x86__8wekyb3d8bbwe} Failure text: Package failed updates, dependency or conflict validation. (0x80073cf3)
.... which seems to be a dependecy error. We had issues like this in the past and it was usually fixed by adding the required "Microsoft.NET.CoreRuntime.1.1" package during the installation as framework package. However this is not working anymore and we are having the same error.
We tried to update our Visual Studio and Microsoft.NET.CoreRuntime.1.1 to the most recent version , 1.1.27004.0, which seems to be the very same one requested by the error, but it doesn't make any difference... the device portal keep insisting with the same error.
Can anyone provide some advice, please?