moh_ab1979
Posts: 1
Joined: Wed Jul 27, 2016 12:06 pm

C# Deploying Error

Wed Jul 27, 2016 12:16 pm

Hi

I am trying to build an application for Raspberry pi3 , I can build in MS Visual Studio community version 2015
but I could not deploy it especially with Remote Machine options , for sure I user ARM , but no way , the error message
that always visible when trying to build the code is

Severity Code Description Project File Line Suppression State
Error DEP6701 : Bootstrapping failed with unexpected error: 'DEP6960 : Source file does not exist: C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\14.0\Debugger\target\armv4i\VsEtwService.dll'. Internationalisierung2.0

Notes:
No way to find this file , in any way

WillSo
Posts: 5
Joined: Thu Mar 30, 2017 7:13 pm

Re: C# Deploying Error

Thu Mar 30, 2017 8:15 pm

Not very familliar with deployment part of visual studio, but it looks like it tries to build for some phone API.
I select "Any CPU" for build target and simply copy files under bin/Debug or bin/Release to raspberry pi. Later I run "mono program.exe" to execute programm. It does work for simple console applications.

Return to “General discussion”