Reputation: 320
I am using Windows Insider Build 14342 windows 10 OS. Trying to connect to raspberry pi 3. I have installed the Iot Core in Raspberry and I can connect to the device using putty and powershell. The visual studio for some reason doesnt deploy my Application.
Its a basic blink example from ms-iot github. I have set ARM, Remote device and gave ip address of the device, selected Universal(unencrypted protocol) in properties of the project.
The project builds fine and doesnt deploy to my device. Am i missing something.
Upvotes: 1
Views: 698
Reputation: 104
I had this problem before one week. Here are steps I use to solve this issue:
Open Network and sharing Center.
click on your Ethernet connection
Select IP4
Change your IP to be in same rang with your raspberry pi
After that your visual studio will able to detect your device automatically.
Upvotes: 1