The Error Message
Severity Code Description Project File Line Suppression State Error DEP0001 : Unexpected Error: -2147023436
What I Did
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, one after another. Initial errors were all related to somehow Visual Studio Update 2 deleted deleting the service named IpOverUsbSvc
But I have managed to solve the problem my downloading the latest Windows 10 SDK and running Windows IP Over USB-x86_en-us.msi installer.
So, this SO Question is not my issue, as my IpOverUsbSvc is now up and running.
But now I am facing this new issue and no help is available on google. So I am putting it up here, so that as soon as anyone gets a work around others also get the help.
My code is running fine on local machine. But only facing this error when trying to deploy it on phone. This is a Universal Windows App built with Cordova.
And this is my Visual Studio Configuration
Everything was working fine till before this update.
Any idea? Anyone?
[I also find no way to revert this update. My only option now seems like uninstalling and reinstalling the whole VS2015] :P
EDIT / UPDATE 1
I turned all radio button options related to USB and network discovery (inside security) on my phone. Now the error has become,
DEP6701 : Bootstrapping failed with unexpected error: 'The system cannot find the path specified 'Bin\ARM\dbghelp.dll'
Looks like something has gone missing from somewhere due to that last update.