Hi everyone.
I just begin using Hololens.
I tried to deploy sample code from Windows universal samples https://developer.microsoft.com/en-us/windows/samples
However, when I try, VS keeps throwing error
DEP6720: Failed to deploy package 'Standard Collector Bridge' (98E13D7B-2AC3-4B11-BBEB-758AD8BD607A). DEP6959: Error removing the file from the remote device: 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\VSRemoteTools\x86\1042\DiagnosticsHubMsg.dll. The system cannot find the file specified. (Exception from HRESULT: 0x80070002)'.
C# code also throws the error, but it deploys
C++ deploy keeps failing
Could anyone give me some help?
Or anyone who solved the problem?