Release mode appxbundle file created with Visual Studio 2015 Update 3 won\'t install on windows phone. This was working in Update 2. Installed field medic on phone and eventua
If you open the App Package's root folder, you will find a dependency folder like below:
And inside this folder you can find Microsoft.NET.Native.Runtime.1.4.appx
files under different architecture folders, which is needed for installing the app:
You can copy the ARM\Microsoft.NET.Native.Runtime.1.4.appx
file to your phone and install it manually. It should resolve the problem. Let me know if it doesn't work.
DEP0001 : Unexpected Error: -2147009293
I got this error when I was trying a new app on the Windows phone while there was another old development app from a previous project on the same phone and both apps did had the "Entry point" set to the default "FPCL.WIndows.App". Removing the other, old App from the phone or changing the Entry point to something unique may solve this problem.