Hi All,
This morning I'm unable to deploy a previously working JS/HTML app with the following error:
4>Updating the layout...
4>Checking whether required frameworks are installed...
4>Framework: Microsoft.WinJS.1.0/neutral, app package version 1.0.9200.20789 is not currently installed.
4>Framework: Microsoft.VCLibs.110.00/x86, app package version 11.0.51106.1 is not currently installed.
4>Installing missing frameworks...
4>Error : DEP0800 : The required framework "C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0\ExtensionSDKs\Microsoft.WinJS.1.0\1.0\Microsoft.WinJS.1.0.appx" failed to install.
4>error 0x80070002: While updating the Microsoft.WinJS.1.0_1.0.9200.20602_neutral__8wekyb3d8bbwe package, the system failed to register the windows.MRT extension due to the following error: The system cannot find the file specified.
This is post the VS2012 update including WinJS.1.0_1.0.9200.20602 and a reboot, rebuild, clean etc. Oddly if I remove the WinJS reference from the project it deploys, but then obviously falls over with WinJS being undefined.
I'd be happy to rollback the update as we have a live deployment tomorrow :/
Any ideas?