I have successfully deployed Xamarin Forms UWP apps to XBox One approximately six months ago ; however after updating to the latest XBox One QFE release and updating Visual Studio 2017 Professional to the latest versions, I always get the following error
when attempting to deploy my UWP application to the XBox One:
DEP6960: Source file does not exist: C:\Program Files (x86)\Windows Kits\10\Bin\x64\XamlDiagnostics\XamlDiagnostics.dll'
I can not find this file on my development machine, and have re-installed the Windows 10 SDK and Visual Studio several times.
I have also tried deploying a release x64 build but still receive the same error.
Any Internet searches I do on the XamlDiagnostics.dll file result in either advertisements or a reference to my same question I've already asked on a community forum.
Any help would be appreciated!
By the way, the Xamarin Forms UWP app deploys and runs just fine on Android , iOS, and UWP on my development PC.
Thanks!