我正试图将2008年视觉C++项目升级到2010年视觉C++项目。 然而,在我试图这样做的时候,我收到了以下错误:
<编码> 在XML教区发生了以下错误: 文件: 视觉2008年演播室 Project est est est.vcproj 线路: 9栏: 2 单电: 该系统无法找到具体档案。 档案C:文件和背景——文件 视觉2008年演播室 估算项目没有装货。
The relevant Line of the .vcproj file is the following:
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="test"
ProjectGUID="{D60ADCAC-E0C0-470A-91EC-097BB293141A}"
Keyword="AtlProj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
UseOfATL="2"
ATLMinimizesCRunTimeLibraryUsage="false"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
...
谁能对这一错误信息的原因提供某种指导?
谢谢。
~Arun