I just created a new Xamarin App: Xaml Portable App in Visual Studio 2015 Enterprise. Whenever I try to deploy the UWP Project I get the following error:
DEP0001: Unexpected Error: -2147467259 Project.UWP
I updated Visual Studio and all Nuget Packages, but I'm still getting the same error. I google the error code, but could not find anything useful.
What am I doing wrong? The Project is still empty/default.
0
votes
Are you on insider build or release build? I know for a fact that insider builds there was an issue with deploying code.
– AVK
@AVKNaidu Nah I am on Release Build
– kylecorver
What is the error message?
– Grace Feng
@GraceFeng-MSFT DEP0001: Unexpected Error: -2147467259 as I wrote. There is nothing more
– kylecorver
@GraceFeng-MSFT My office administrator ran the latest cumulative update last night on my machine, and i started receiving same error. I put a note for him to restore back to previous version to see if it fixes the problem. Now I am on 14393.105.
– AVK
1 Answers
0
votes
Had the same problem with a bit older SDK and Emulator. Installed the newest ones from Microsoft SDK Archive - Version 10.0.14393.0 - and it works now.