Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.0
-
None
-
Windows 8 Pro
Description
When trying to add the windows8 platform on my existing project, the following error shows up:
Please install the .NET Framwork v4.0.30319 (in the latest windows phone SDK's)
Make sure the "msbuild" command in your path is pointing to v4.0.30319 of msbuild as well (inside C:\Windows\Microsoft.NET\Framework\v4.0.30319).
To solve the problem, you need to edit the following file : .cordova/lib/windows8/cordova/3.1.0/windows8/bin/check_reqs.js
On line 80, add a capital letter to Version :
var msversion = output.match(/\.NET\sFramework\,\sVersion\s4\.0/);
Attachments
Issue Links
- relates to
-
CB-5359 WP8 not very clear msbuild requirement
- Closed