本文介绍了开始调试时,VS2010项目总是过时的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我构建了项目,然后转到"开始调试"。弹出一个对话框,说明项目已过期。所以我选择"我想现在建立它"吗? .log文件包含:

I build the project and then go to "Start Debugging" and a dialog box pops up saying the project is out of date. So I select the "Would I like to build it now" and the .log file contains:

        所有输出都是最新的。

       BscMake:

        所有输出都是最新的。

       FinalizeBuildStatus:

        删除文件"Debug \Race.unsuccessfulbuild"。

        触摸"Debug\Race.lastbuildstate"。

     1>完成建筑项目" C:\ Users \Ed \Documents \ Visual Studio 2010 \Projects \ RaceSail \Src \ Race.vcxproj" (建立目标)。



建立成功。



时间流逝00:00:00.52

         All outputs are up-to-date.
       BscMake:
         All outputs are up-to-date.
       FinalizeBuildStatus:
         Deleting file "Debug\Race.unsuccessfulbuild".
         Touching "Debug\Race.lastbuildstate".
     1>Done Building Project "C:\Users\Ed\Documents\Visual Studio 2010\Projects\RaceSail\Src\Race.vcxproj" (build target(s)).

Build succeeded.

Time Elapsed 00:00:00.52

 

应用程序启动。 我阻止它。 然后再次开始调试并获得相同的结果。 项目已过期。

The app starts.  I stop it.  Then Start Debugging again and the same result.  Project is out of date.

什么告诉系统可执行文件已过期?

What's telling the system the the executable is out of date?

 

推荐答案


这篇关于开始调试时,VS2010项目总是过时的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-18 16:09