久久久久久久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 項目已過期的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                問題描述

                限時送ChatGPT賬號..

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

                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.

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

                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 中,沒有記錄任何內(nèi)容.我無法在谷歌中找到任何關(guān)于此的內(nèi)容.可能是我錯誤地啟用了日志記錄,但我覺得這是錯誤.

                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.

                推薦答案

                你應(yīng)該讓 Visual Studio 告訴你為什么它需要重建.Visual Studio 2015 已內(nèi)置對此的支持:

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

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

                將 MSBuild 項目構(gòu)建輸出詳細程度更改為 詳細 或診斷.

                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.
                

                ...并從項目中刪除該標(biāo)題解決了問題.

                ... 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.

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

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

                相關(guān)文檔推薦

                Why do two functions have the same address?(為什么兩個函數(shù)的地址相同?)
                Why the initializer of std::function has to be CopyConstructible?(為什么 std::function 的初始化程序必須是可復(fù)制構(gòu)造的?)
                mixing templates with polymorphism(混合模板與多態(tài)性)
                When should I use the keyword quot;typenamequot; when using templates(我什么時候應(yīng)該使用關(guān)鍵字“typename?使用模板時)
                Dependent name resolution amp; namespace std / Standard Library(依賴名稱解析命名空間 std/標(biāo)準(zhǔn)庫)
                gcc can compile a variadic template while clang cannot(gcc 可以編譯可變參數(shù)模板,而 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>

                          主站蜘蛛池模板: 亚洲一区二区久久 | 欧美激情一区 | 懂色av色吟av夜夜嗨 | 国产吃瓜黑料一区二区 | 夜夜操影院 | 亚洲区视频 | 日韩精品免费观看 | 日韩影音| 国产成人a亚洲精品 | 日韩精品成人免费观看视频 | 曰韩一级片 | 午夜av在线播放 | 成人短视频在线观看 | 一区二区三区四区视频 | 欧美午夜在线观看 | 国产欧美日本 | 亚洲国产日韩在线 | 日本精品视频在线 | 深夜福利视频在线观看 | 国产精品国产精品国产专区不卡 | 久久国产欧美 | 中文在线字幕免费观 | 国产成人在线播放 | 中文字幕av网 | 亚洲精品一区中文字幕乱码 | 日韩免费观看视频 | 麻豆国产91在线播放 | 久久精品一区二区 | 欧美精品久久久久 | 欧美一区二区三区在线视频 | 狠狠干夜夜操 | 91网在线| 久久精品欧美一区二区 | 国产午夜精品视频 | 日本一区二区在线播放 | 成人h片在线观看 | 97av在线视频 | aaa一级片 | 亚洲欧美在线播放 | 亚洲精品中文字幕乱码三区91 | 亚洲精品自拍视频 |