Questions tagged «visual-build-professional»

24
外部VS2013生成错误“错误MSB4019:找不到导入的项目<路径>”
我正在通过命令行而不是在Visual Studio 2013中构建项目。请注意,我已将项目从Visual Studio 2012升级到2013。该项目在IDE中的构建良好。另外,我首先完全卸载了VS2012,重新启动并安装了VS2013。我拥有的Visual Studio的唯一版本是2013 Ultimate。 ValidateProjects: 39&gt;path_to_project.csproj(245,3): error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the &lt;Import&gt; declaration is correct, and that the file exists on disk. 39&gt;Done Building Project "path_to_project.csproj" (Clean target(s)) -- FAILED. 这是有问题的两行: &lt;Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != …

30
如何修复“缺少根元素”。在进行Visual Studio(VS)构建时?
如何修复“缺少根元素”。在进行Visual Studio(VS)构建时? 知道我应该在解决方案中查看哪个文件吗? 实际上,使用“ Make VS 2008”命令时,我在“ Visual Build Pro”中收到此错误消息。在构建其他解决方案(例如约20个)时,此命令可以正常工作,我不确定为什么我会得到该错误。 任何帮助将不胜感激。:) 我正在使用VS 2008和Visual Build Pro 6.7。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.