User avatar
imekon
Posts: 1
Joined: Mon Feb 08, 2016 11:13 am
Location: London

Trouble deploying

Fri Feb 12, 2016 11:20 am

I can run (and debug) a native C++ applicaton on my Raspberry Pi but not the C# HelloWorld sample. I get an error deploying:

2>------ Deploy started: Project: HelloWorld, Configuration: Release ARM ------
2>Error : DEP6953 : Failed to launch remote debugger with the following error: 'Command failed: 0x800705b4'.
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

On the Debug page of the project configuration I have the following:
raspberry pi deploy settings.png
raspberry pi deploy settings.png (10.63 KiB) Viewed 6112 times
Pete Goodwin

Tomas1856
Posts: 4
Joined: Fri Jan 29, 2016 10:10 am

Re: Trouble deploying

Sun Feb 14, 2016 11:05 am

It depends which OS installed on Raspberry Pi, see if "No authentication" works for you.

Also, is your C# application Universal Windows App ?

khashaba_
Posts: 1
Joined: Thu Feb 25, 2016 4:01 pm

Re: Trouble deploying

Thu Feb 25, 2016 4:07 pm

did you try to remove the port from the ip address
for example From This 169.254.217.190:8080 to 169.254.217.190
when I did it . the deployment worked fine

302sk
Posts: 2
Joined: Tue May 24, 2016 4:03 am

Re: Trouble deploying

Tue May 24, 2016 4:07 am

You should set the Authentication Mode as None. I don't know why, but it works.

Return to “Windows 10 for IoT”