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

Starting with a new project using the HoloLens Emulator I get 4 compilation errors everytime.

Following the tutorial Microsoft HoloLens Course 101E Ch.0 I was successful in getting to the end and running the Emulator as suggested in the tutorial - great. The next step for me was to start a project from scratch and see if I could reach the same conclusion. What I did first was to export the Assets from Origami (The tutorial project) then import them into my new project. So in essence I had all the assets that we started with in the tutorial. Now, I followed the tutorial plan exactly and found I could get no further than the first time into Visual Studio. I got the following errors:-

Error Metadata file 'C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp-firstpass\bin\x86\Release\Assembly-CSharp-firstpass.dll' could not be found New Unity Project C:\Users\gordo\Desktop\New Unity Project\App\New Unity Project\CSC

Error The command ""C:\Users\gordo\Desktop\New Unity Project\App\Unity\Tools\SerializationWeaver\SerializationWeaver.exe" "C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp-firstpass\bin\x86\Release\Unprocessed\Assembly-CSharp-firstpass.dll" -pdb -verbose -unity-engine="C:\Users\gordo\Desktop\New Unity Project\App\New Unity Project\Unprocessed\UnityEngine.dll" -unity-networking=C:\Users\gordo\Desktop\New Unity Project\App\New Unity Project\Unprocessed\UnityEngine.Networking.dll "C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp-firstpass\obj\x86\Release\x86\Release"" exited with code 1. Assembly-CSharp-firstpass C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp-firstpass\Assembly-CSharp-firstpass.csproj 176

Error Metadata file 'C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp-firstpass\bin\x86\Release\Assembly-CSharp-firstpass.dll' could not be found Assembly-CSharp C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp\CSC

Error Metadata file 'C:\Users\gordo\Desktop\New Unity Project\UWP\Assembly-CSharp\bin\x86\Release\Assembly-CSharp.dll' could not be found New Unity Project C:\Users\gordo\Desktop\New Unity Project\App\New Unity Project\CSC

A colleague followed the same procedure as I did and did not get this problem. What could I have possibly done to cause this?

Tagged:

Best Answer

Answers

Sign In or Register to comment.