Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.
Options

Attempt to deploy to Hololens from VS fails with "Unrecognized date-time format."

Hi,

Things were fine and then at some point I started getting this in Visual Studio when I try to deploy a Unity app from VS to the HoloLens. It works fine in the HoloLens emulator and if I deploy the app using another computer to the HoloLens it works fine too. The actual error in the Output windows is:

DEP6701 : Bootstrapping failed with unexpected error: 'Wrong format: Unrecognized date-time format.'

I saw another post referring to an IoT and another post suggesting that language changes may be the cause. (I haven't changed anything related to language support in either VS or Windows 10). Any suggestions?

TIA, Howard

Answers

  • Options

    I met a same issue yesterday. I tried to change the region. The error is still exist even the region is rolled back now.

  • Options

    BTW: I have two HoloLens devices.The error is occurred when I wanted to deploy to another HoloLens(first time use it). Then the previous HoloLens is also failed to deployed on my PC. Just like Howard, I can use another PC to deploy to the two HoloLens.
    Please help on it!

  • Options

    As it turned out, I was running Visual Studio 2015 Update 2 instead of Update 3 (in VS go to Help -> About to get version). It is deploying fine now.

  • Options
    YixunYixun ✭✭

    @YangSir_Temp said:
    BTW: I have two HoloLens devices.The error is occurred when I wanted to deploy to another HoloLens(first time use it). Then the previous HoloLens is also failed to deployed on my PC. Just like Howard, I can use another PC to deploy to the two HoloLens.
    Please help on it!

    I have the similar problem:
    "DEP6701 : Bootstrapping failed with unexpected error: 'The ID value is not specified."
    Did you resolve it?

    Thanks.

  • Options
    Jimbohalo10Jimbohalo10 ✭✭✭
    edited March 2017

    @Yixun
    See the visual Studio Identity page and select the processor . https://msdn.microsoft.com/en-us/library/hh924767.aspx.
    Don't use Windows Runtime in UWP/HoloLens, because it does not exist in Windows 10
    ARM and x64 are not supported only x86 in HoloLens

Sign In or Register to comment.