简体   繁体   English

生成解决方案时,Visual Studio 2008跳过项目

[英]Visual Studio 2008 skipping projects when building a solution

I recently installed VS2008 in Win2k8R2 machine and opened a VS2005 project(C++). 我最近在Win2k8R2机器上安装了VS2008,并打开了VS2005项目(C ++)。 After successful conversion to VS2008, I tried building the project in Debug x64 mode. 成功转换为VS2008后,我尝试以Debug x64模式构建项目。 But the project is getting skipped. 但是该项目正在被跳过。 I tried Clean as well as Rebuild, and it is getting skipped for those as well. 我尝试了“清理”以及“重建”,但对于那些人,它也被跳过了。

I'm able to build in Debug win32 mode. 我可以在Debug win32模式下进行构建。 But I need to build in x64 mode. 但是我需要以x64模式构建。

Also the Build option is ticked in Build->Configuration Manager under x64. 还在Build-> Configuration Manager的x64下选中Build选项。

I have installed the x64 bit compiler too. 我也安装了x64位编译器。

Also I'm not able to see the Project properties for x64. 我也看不到x64的项目属性。

How can I solve this problem and build the project in VS 2008? 如何解决此问题并在VS 2008中构建项目?

Open your solution and project files in a text editor; 在文本编辑器中打开您的解决方案和项目文件; make sure they have the correct path to your 2008 project folders. 确保它们具有正确的路径到您的2008项目文件夹。 I've noticed conversions that don't fix the path for you; 我注意到转换无法为您解决问题; the mix up is that your UI may be pointing to the correct location (say, your solution is fine), but it's actually targeting your old 2005 projects. 混淆之处在于您的UI可能指向正确的位置(例如,您的解决方案很好),但实际上是针对您的2005年旧项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何确定为什么 visual studio 在构建解决方案时可能会跳过项目 - How to determine why visual studio might be skipping projects when building a solution Visual Studio 2008泄漏具有200多个项目的内存构建解决方案 - Visual Studio 2008 leaks memory building solution with 200+ projects 当无法构建通用程序集时,在Visual Studio 2008的解决方案中的项目之间共享代码 - Share code between projects in a solution in Visual Studio 2008, when building a common assembly is impossible Visual Studio 2008解决方案中的最佳项目数是多少? - What is the optimum number of projects in a Visual Studio 2008 solution? 在解决方案中存在网站项目时,在 Visual Studio 中构建 DockerCompose 项目会出错 - Building DockerCompose project in Visual Studio errors our when website projects exist in the solution Microsoft Visual Studio 2008正在与依赖项目并行构建依赖项目 - Microsoft Visual Studio 2008 is building dependent projects in parallel with what they are dependent on 在Visual Studio中构建项目 - Building Projects in Visual Studio Visual Studio:构建解决方案时输出时间戳 - Visual Studio: Output a timestamp when building solution 用于Visual Studio 2008项目的msbuild - msbuild for visual studio 2008 projects Visual Studio解决方案/项目组织 - Visual Studio solution/projects organization
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM