How It Started
Everything was working fine. Yesterday, I installed xamarin in my Visual Studio 2015 and while installation it also took in all the latest updates. And from then on I started facing errors.
Error
DEP6701 : Bootstrapping failed with unexpected error: 'The system cannot find the path specified 'Bin\ARM\dbghelp.dll'.'.
What I Already Tried
I downloaded Windows 10 SDK and from the installer folder I ran the following .msi files
- SDK Debuggers-x86_en-us.msi
- X64 Debuggers And Tools-x64_en-us.msi
- X86 Debuggers And Tools-x86_en-us.msi
Also I have tried to solve it by making 'ARM'
directory and putting 'dbghelp.dll'
inside bin
directory of my project.
But none of the above helped.
Please Note
I am using windows 10 mobile. Developer mode is ON on phone. Additionally I have also turned all radio buttons related to USB and network discovery. The project is Universal App with Apache Cordova.
IpOverUsbSvc is also running on my PC.
Anyone knows how to solve it?
Thank you.