2
votes

The Error Message

Severity Code Description Project File Line Suppression State Error DEP0001 : Unexpected Error: -2147023436

enter image description here

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

enter image description here

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.

1
-2147023436 = FFFFFFFF800705B4 = ERROR_TIMEOUT . is your device configured to apply sideloading/deploying apps?magicandre1981
Good point. Does upgrading my mobile from 8.1 to 10 somehow messed with its configuration / registration? I will have to check. I tried so many things, but this did not occur to me. Good point. Thanks. I will check it now.Suman Barick
open settings app, go to security -> "for developers" and enable dev mode and try againmagicandre1981
Also, please tell me how -2147023436 became FFFFFFFF800705B4 and then ERROR_TIMEOUT ? @magicandre1981Suman Barick
I used calc to convert the value from dec to hex and now used err.exe from Win7 SDK to show what the code meansmagicandre1981

1 Answers

0
votes

I had the same problem, restart the device and problem solved