簡體   English   中英

Visual Studio 2010 C ++-無法加載和解析清單

[英]Visual Studio 2010 C++ - failed to load and parse the manifest

我創建一個新的C ++項目並按F5,我總是遇到相同的錯誤

Warning 1   warning MSB5018: Failed to delete the temporary file "C:\Users\VALUAR3\AppData\Local\Temp\42286e60372d4705a5dd7310357dd43b.rsp". The process cannot access the file 'C:\Users\VALUAR3\AppData\Local\Temp\42286e60372d4705a5dd7310357dd43b.rsp' because it is being used by another process. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets 268 6   IBoss

Error   2   error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.   c:\Users\VALUAR3\documents\visual studio 2010\Projects\IBoss\IBoss\Debug\IBoss.exe.intermediate.manifest    IBoss

我什至已經重新安裝了Windows幾次,並嘗試了其他版本,例如VS 2008,2012,但沒有成功,每次都出現相同的錯誤。

我的密碼

 // IBoss.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"


int _tmain(int argc, _TCHAR* argv[])
{
    return 0;
}

問題是什么? 這非常令人沮喪。

您是否嘗試不生成清單?

http://msdn.microsoft.com/en-us/library/f2c0w594.aspx

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM