在VS2013中打开Cordova项目时出错

时间:2016-07-05 08:36:09

标签: azure visual-studio-2013 apache-cordova

当我尝试打开cordova项目时出现以下错误。任何人都可以帮我解决我的问题。

C:\Documents\myproject.jsproj : 
error  : The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\ApacheCordovaTools\vs-mda-targets\Microsoft.TypeScript.MDA.targets" 
was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
  C:\Documents\myproject.jsproj

1 个答案:

答案 0 :(得分:0)

从错误消息中,该项目的目标是VisualStudio\v14.0,这是VS2015拥有的。但是你目前正在使用VS2013,所以你得到了这个错误。

最佳解决方案是迁移到VS2015。

如果您真的希望此项目在VS2013上运行,您可以尝试使用VS2013创建一个新的空白Cordova项目,并将源代码从现有项目迁移到空白项目。

有一份文件可能有所帮助:Migrate a Visual Studio 2013 project to Visual Studio 2015