----------
Unable to connect to the Microsoft Visual Studio Remote Debugger named ''.
The Visual Studio 2015 Remote Debugger (MSVSMON.EXE) does not appear to be running on the remote computer. This may be because a firewall is preventing communication to the remote computer. Please see Help for assistance on configuring remote debugging.
----------
Solution :
1- Download : https://www.dropbox.com/s/yxgxzqx5wgiep11/RDBG.zip?dl=0
- After Extraction you will find "RDBG" Folder.
2- Open your Device C Drive as Sharing "\\192.168.1.103\C$ "
3- Copy and paste The "RDBG" folder
4- Use the Web UI -> process -> Run command and run the below command:
- C:\RDBG\RegisterOneCoreRdbg.cmd
5- Reboot your Raspberrypi
6- Verify that msvsmon is now running using processes Web UI.
Source :
http://social.technet.microsoft.com/wiki/contents/articles/32718.getting-visual-studio-debugger-running-on-latest-build-10586-of-windows-10-iot.aspx
No comments:
Post a Comment