Visual studio Visual Studio 2013中不支持.csproj文件

Visual studio Visual Studio 2013中不支持.csproj文件,visual-studio,cordova,windows-phone-8,visual-studio-2013,Visual Studio,Cordova,Windows Phone 8,Visual Studio 2013,所以我试着做一件我认为非常简单的事情:用PhoneGap生成一个Windows Phone应用程序,并在Visual Studio中打开它。在全新的Windows安装(通过Bootcamp)中,我: 已下载Visual Studio Express 2013 for Windows(第一个下载按钮:) 根据《入门指南》创建了PhoneGap Windows Phone应用程序 但是,每次尝试打开csproj文件时,都会出现以下错误: Unsupported This version of V

所以我试着做一件我认为非常简单的事情:用PhoneGap生成一个Windows Phone应用程序,并在Visual Studio中打开它。在全新的Windows安装(通过Bootcamp)中,我:

  • 已下载Visual Studio Express 2013 for Windows(第一个下载按钮:)
  • 根据《入门指南》创建了PhoneGap Windows Phone应用程序
但是,每次尝试打开csproj文件时,都会出现以下错误:

Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them. 
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
     - HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.csproj"

No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
     - HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.sln"

不管我做什么。它在Visual Studio 2012 for Windows Phone上运行完全正常。我在VS2013桌面版上试用过,但也不起作用。不知道这里发生了什么,甚至不知道从哪里开始找出问题所在。我在谷歌上搜索了很多次,但都没有用;基本上,此错误的所有实例似乎都与VS的早期版本有关。指向任何方向都将非常感谢。

结果表明更新2没有正确安装。我最终分别安装了Visual Studio和Update 2,并且Update 2安装成功。现在一切正常。

要使用Visual Studio构建多设备混合(Cordova工具)应用程序,您需要使用Visual Studio 2013 Update 2-Professional、Ultimate或Premium


第一次下载是8.1版,但您的示例看起来像8.0版?没有完成WP8编程,所以不知道这是不是一个问题,目录?在四处搜索之后,PhoneGap方面似乎没有任何必要的更改来让WP8应用程序在WP8.1上工作……或者至少我没有找到任何指示物。