I am developing my windows universal application with cordova in visual studio 2013. My deployment target is Windows Phone 8.1. In my developing process i suddenly got stuck on this warning:
Warning : DEP0810 : This app references Microsoft.Phone.WinJS.2.1, version 1.0.9651.0, found in your SDK, but you have a higher version of Microsoft.Phone.WinJS.2.1 installed on the target machine, 1.0.9651.40228. If you continue to run this application, it will run against the currently installed version, Microsoft.Phone.WinJS.2.1, version 1.0.9651.40228. Consider updating your SDK to match the version of Microsoft.Phone.WinJS.2.1 that is installed. http://go.microsoft.com/fwlink/?LinkId=260891 CordovaApp.Phone
with this error:
Error : DEP0001 : Unexpected Error: Exception from HRESULT: 0x81030137 CordovaApp.Phone
I have already found some older questions relating this issue, but they did not help me:
Editing the App Package Version property
SDKManifest.xml
:Changing this line:
FrameworkIdentity="Name=Microsoft.Phone.WinJS.2.1, MinVersion=1.0.9651.0"
to:
FrameworkIdentity="Name=Microsoft.Phone.WinJS.2.1, MinVersion=1.0.9651.40228"
Installing Visual Studio Extensions for Windows Library for JS 2.1