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

Holograms 230 tutorial project deploying error

Hello everyone,
I download the files from Holograms 230 website and try to deploy the completed project to Hololens. But it keeps saying that "
Severity Code Description Project File Line Suppression State
Error Could not write lines to file "obj\x86\Release\x86\Release\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters. Assembly-CSharp
"
Does anyone know what this means?
Thanks a lot!

Answers

  • Options

    what is the fully-qualified path of the folder you downloaded the project into? Can you try shortening that path (download the project into c:\foo, for example)?

  • Options
    kzhang3kzhang3
    edited January 2017

    @timg
    I put the completed folder in D drive but it still has this problem

  • Options

    What build of Unity are you using?

  • Options

    I'm also having this problem, Unity Version 5.5.1f1. Fails to build even if the solution is at the root of a drive. Wondering if it's related to this issue https://github.com/Microsoft/dotnet/issues/234. Thoughts on a workaround would be appreciated, I'm just starting out with the HoloLens, I'm attempting tutorial 210 when ran into this.

  • Options

    @ThomasGale said:
    I'm also having this problem, Unity Version 5.5.1f1. Fails to build even if the solution is at the root of a drive. Wondering if it's related to this issue https://github.com/Microsoft/dotnet/issues/234. Thoughts on a workaround would be appreciated, I'm just starting out with the HoloLens, I'm attempting tutorial 210 when ran into this.

    Update, it does appear to work if you actually build with projects at the root of a drive!
    I initially tried to move the solution, but I got caught out by some sneaky absolute references in the 'Unity generated' solution (and they point at the initial generation path).
    The fix was to simply repeat the building stage in Unity and choose a 'root of a drive' location for the short paths. Don't try to move the solution after, too much pain!

Sign In or Register to comment.