久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      <bdo id='at3yd'></bdo><ul id='at3yd'></ul>
  1. <i id='at3yd'><tr id='at3yd'><dt id='at3yd'><q id='at3yd'><span id='at3yd'><b id='at3yd'><form id='at3yd'><ins id='at3yd'></ins><ul id='at3yd'></ul><sub id='at3yd'></sub></form><legend id='at3yd'></legend><bdo id='at3yd'><pre id='at3yd'><center id='at3yd'></center></pre></bdo></b><th id='at3yd'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='at3yd'><tfoot id='at3yd'></tfoot><dl id='at3yd'><fieldset id='at3yd'></fieldset></dl></div>
  2. <legend id='at3yd'><style id='at3yd'><dir id='at3yd'><q id='at3yd'></q></dir></style></legend>

    <small id='at3yd'></small><noframes id='at3yd'>

  3. <tfoot id='at3yd'></tfoot>

      Visual Studio 項目已過期

      Visual Studio Project out of date(Visual Studio 項目已過期)

    1. <tfoot id='NlYq8'></tfoot>

        <bdo id='NlYq8'></bdo><ul id='NlYq8'></ul>
        • <i id='NlYq8'><tr id='NlYq8'><dt id='NlYq8'><q id='NlYq8'><span id='NlYq8'><b id='NlYq8'><form id='NlYq8'><ins id='NlYq8'></ins><ul id='NlYq8'></ul><sub id='NlYq8'></sub></form><legend id='NlYq8'></legend><bdo id='NlYq8'><pre id='NlYq8'><center id='NlYq8'></center></pre></bdo></b><th id='NlYq8'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='NlYq8'><tfoot id='NlYq8'></tfoot><dl id='NlYq8'><fieldset id='NlYq8'></fieldset></dl></div>
            <tbody id='NlYq8'></tbody>
            • <legend id='NlYq8'><style id='NlYq8'><dir id='NlYq8'><q id='NlYq8'></q></dir></style></legend>

              <small id='NlYq8'></small><noframes id='NlYq8'>

                本文介紹了Visual Studio 項目已過期的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                限時送ChatGPT賬號..

                我一直在嘗試讓 Visual C++ 工作,但是在構建每個項目時我都收到此錯誤:此項目已過期"您要構建它嗎?"每次都無法構建.

                I've been trying to get Visual C++ working, but I'm getting this error when building every project: "This project is out of date" "Would you like to build it?" It fails to build every time.

                當我重建時,構建仍然失敗,盡管在記錄器中我沒有注意到任何錯誤消息,這讓我認為它沒有正確記錄(我正在使用第三方程序來記錄).

                When I rebuild, the build still fails, although in the logger I don't notice any error messages, which makes me think its not logging properly (I'm using a third party program to log).

                我已按照此處的一些說明進行操作:http://blogs.msdn.com/b/vsproject/archive/2009/07/21/enable-c-project-system-logging.aspx 并啟用日志記錄.

                I've followed some of the instructions here: http://blogs.msdn.com/b/vsproject/archive/2009/07/21/enable-c-project-system-logging.aspx and enabled logging.

                我收到此錯誤:項目不是最新的,因為在此處插入文件名".lastbuildstate 丟失.請注意,在實際的 Visual Studio 中,沒有記錄任何內容.我無法在谷歌中找到任何關于此的內容.可能是我錯誤地啟用了日志記錄,但我覺得這是錯誤.

                I'm getting this error: project not up to date because "insert file name here".lastbuildstate is missing. Note that in actual visual studio, there is nothing logged. I was unable to find anything on this in google. It may be that I incorrectly enabled logging, but I feel that this is the error.

                推薦答案

                你應該讓 Visual Studio 告訴你為什么它需要重建.Visual Studio 2015 已內置對此的支持:

                You should let Visual Studio tell you why it needs to rebuild. Visual Studio 2015 has built in support for this:

                • 工具(菜單)
                • 選項
                • 項目和解決方案
                • 構建和運行

                將 MSBuild 項目構建輸出詳細程度更改為 詳細 或診斷.

                Change MSBuild project build output verbosity to Detailed or Diagnostics.

                在我的例子中,它打印了一條這樣的消息:

                In my case it printed a message like this:

                1>------ Up-To-Date check: Project: xyz, Configuration: xyz ------
                1>Project not up to date because build input 'C:wsMissing.h' is missing.
                

                ...并從項目中刪除該標題解決了問題.

                ... and removing that header from the project fixed the problem.

                要在較舊的 Visual Studio 版本中獲取此信息,您需要使用 DebugView 并修改 devenv.exe.config(請參閱 Colin Smith 的回答:https://stackoverflow.com/a/21759835/1941779).請注意,此解決方案不適用于 Visual Studio 2015.

                To get this information in older Visual Studio versions, you need to use DebugView and modify devenv.exe.config (see Colin Smith's answer: https://stackoverflow.com/a/21759835/1941779). Note that this solution does NOT work for Visual Studio 2015.

                這篇關于Visual Studio 項目已過期的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                Why do two functions have the same address?(為什么兩個函數的地址相同?)
                Why the initializer of std::function has to be CopyConstructible?(為什么 std::function 的初始化程序必須是可復制構造的?)
                mixing templates with polymorphism(混合模板與多態性)
                When should I use the keyword quot;typenamequot; when using templates(我什么時候應該使用關鍵字“typename?使用模板時)
                Dependent name resolution amp; namespace std / Standard Library(依賴名稱解析命名空間 std/標準庫)
                gcc can compile a variadic template while clang cannot(gcc 可以編譯可變參數模板,而 clang 不能)
                • <bdo id='5hWH3'></bdo><ul id='5hWH3'></ul>
                    <tbody id='5hWH3'></tbody>
                  <i id='5hWH3'><tr id='5hWH3'><dt id='5hWH3'><q id='5hWH3'><span id='5hWH3'><b id='5hWH3'><form id='5hWH3'><ins id='5hWH3'></ins><ul id='5hWH3'></ul><sub id='5hWH3'></sub></form><legend id='5hWH3'></legend><bdo id='5hWH3'><pre id='5hWH3'><center id='5hWH3'></center></pre></bdo></b><th id='5hWH3'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='5hWH3'><tfoot id='5hWH3'></tfoot><dl id='5hWH3'><fieldset id='5hWH3'></fieldset></dl></div>

                  • <tfoot id='5hWH3'></tfoot>

                  • <small id='5hWH3'></small><noframes id='5hWH3'>

                    <legend id='5hWH3'><style id='5hWH3'><dir id='5hWH3'><q id='5hWH3'></q></dir></style></legend>

                          主站蜘蛛池模板: 亚洲人人| 国产一伦一伦一伦 | 在线观看免费观看在线91 | 一级做a爰片性色毛片16 | 黄网站在线观看 | 欧美精品被 | 羞羞午夜| 婷婷精品| 国产精品一区二区久久久久 | 国产精品国产a级 | 精品综合网| 日韩在线视频一区二区三区 | 日韩五月天 | 在线观看国产wwwa级羞羞视频 | 国产三级在线观看播放 | 美女拍拍拍网站 | 精品一二 | 欧美日本亚洲 | 就操在线 | av免费入口 | 午夜免费电影院 | 日韩高清国产一区在线 | 欧美日韩精品亚洲 | 日韩在线一区二区三区 | 天天爽天天干 | 久久在线 | 欧美一区二区久久 | 久久机热| 国产一区999| 欧美狠狠操| 夜夜草| 精品一区二区三区在线观看国产 | 香蕉久久a毛片 | 日本午夜精品一区二区三区 | 欧美日韩在线高清 | 亚洲第一天堂无码专区 | 99热在线播放 | 天天干狠狠干 | 国产精品视频久久久 | 欧美不卡一区二区三区 | av在线免费播放 |