2016-07-20 539 views
0

該項目是一個IE插件,它可以在一些計算機上編譯,但不是我的。Visual Studio無法編譯C++項目

在我的電腦時,Visual Studio 2015年專業,我重建項目時出現此錯誤:

Severity Code Description Project File Line Suppression State 
Error TRK0002 Failed to execute command: ""C:\Program Files\Microsoft Visual Studio 14.0\VC\bin\link.exe" /ERRORREPORT:PROMPT @C:\Users\td\AppData\Local\Temp\tmpa3439d68e5a945d29fbebe677944beda.rsp". The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail. IE.Plugin C:\IE.Plugin\TRACKER 1 

Windows事件查看器顯示此日誌消息:

Log Name:  Application 
Source:  SideBySide 
Date:   7/19/2016 9:56:55 PM 
Event ID:  59 
Task Category: None 
Level:   Error 
Keywords:  Classic 
User:   N/A 
Computer:  ... 
Description: 
Activation context generation failed for "C:\Program Files\Microsoft Visual Studio 14.0\VC\bin\link.exe".Error in manifest or policy file "C:\Program Files\Microsoft Visual Studio 14.0\VC\bin\link.exe.Config" on line 0. Invalid Xml syntax. 

請幫助。

+0

請在計算機上發佈''C:\ Program Files \ Microsoft Visual Studio 14.0 \ VC \ bin \ link.exe.Config「文件的內容。它應該是一個XML格式的短文本文件。 – dxiv

+0

它已損壞。所有原始字節不能顯示爲文本。 – Believe2014

回答

0

這是文件"C:\Program Files\Microsoft Visual Studio 14.0\VC\bin\link.exe.Config"以某種方式受到損壞。

刪除該文件可讓Visual Studio無任何錯誤地構建我的項目。

相關問題