Reputation: 459
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.
Upvotes: 0
Views: 225
Reputation: 5771
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.
Upvotes: 0