I am stuck on Holograms 240 Chapter 3.
I am using Unity 2017.1.0f3 Personal (64bit) on Windows 10 Pro with Visual Studio Community 2017 v 15.2.
I am unable to place the hologram, and I am seeing this error spamming the SharingService cmd session:
Warning: SharingService [....\Source\Common\Private\SessionMessageRouter.cpp (34)]: Received a session message for which there is no handler registered
SharingService: Intentionally closing connection
Potentially related, I am getting this error when I launch the SharedHolograms project in Unity:
System.Exception: Package directory not found: "C:\Users\.nuget\packages\Microsoft.CSharp\4.0.1".
I try to install the named package using Nuget's Package Manager console:
Install-Package Microsoft.CSharp -Version 4.0.1
But receive this error:
Install-Package : Could not install package 'Microsoft.CSharp 4.0.1'. You are trying to install this package into a project that targets
'.NETFramework,Version=v3.5,Profile=Unity Subset v3.5', but the package does not contain any assembly references or content files that are compatible with that
framework.
Noteworthy, in the Sharing prefab, I am trying port 20601 (instead of the default 20602) to match the port named in the SharingService. I've tried both to the same effect. I consider this noteworthy due to comments from the user with identical symptoms on this thread: https://forums.hololens.com/discussion/471/holograms-240-not-working
FWIW, I have also entered the IP of the machine running the sharing service into the Sharing prefab.
What am I doing wrong? Thank you for your support.