简体   繁体   English

将VS2008转换为VS2010项目“找不到指定的文件”

[英]Converting VS2008 to VS2010 project “cannot find the file specified”

I am trying to upgrade a Visual C++ 2008 project to a Visual C++ 2010 project. 我正在尝试将Visual C ++ 2008项目升级到Visual C ++ 2010项目。 However, when I attempt to do so, I receive the following error: 但是,当我尝试这样做时,出现以下错误:

The following error has occurred during XML parsing: File: C:\\Documents and Settings\\t-aruns\\Documents\\Visual Studio 2008\\Projects\\test\\test\\test.vcproj Line: 9 Column: 2 Error Message: The system cannot find the file specified. The file 'C:\\Documents and Settings\\t-aruns\\Documents\\Visual Studio 2008\\Projects\\test\\test\\test.vcproj' has failed to load.

The relevant lines of the .vcproj file in question is the following: .vcproj文件的相关行如下:

<?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"
            />
...

Can anyone provide some guidance as to what the cause of this error message is? 任何人都可以提供有关此错误消息原因的一些指导吗?

Thank you. 谢谢。

~Arun 〜阿伦

您是否从其他位置复制了这些文件,而该位置在.vcproj文件上具有与尝试升级的用户不同的安全设置?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从VS2008转换为VS2010后,C ++ / CLI DLL项目停止链接 - C++/CLI DLL project stops linking after conversion from VS2008 to VS2010 VS2010和VS2008中C ++应用程序的性能 - Performance of C++ applications in VS2010 and VS2008 无法启动“program.exe” 系统找不到vs2008指定的文件 - unable to start "program.exe" the system cannot find the file specified vs2008 VS2005,VS2008下的C ++ EXE速度; VS2010编译器 - Resulting EXE speed for C++ under VS2005, VS2008; VS2010 compilers 使用托管和非托管 C++ 将 VS2008 升级到 VS2010 的问题 - Problems upgrading VS2008 to VS2010 with Managed and Unmanaged C++ 错误:C2065:&#39;DBL_MAX&#39;:未声明的标识符(在VS2008中但不在VS2010中) - error: C2065: 'DBL_MAX' : undeclared identifier (in VS2008 but not in VS2010) 确定何时在VS2010中而不是VS2008中使用VC90编译器? - Determine when using the VC90 compiler in VS2010 instead of VS2008? 从VS2008迁移到VS2010时要记住的事项 - Things to keep in mind when migrating from VS2008 to VS2010 将VS 6项目转换为VS2010的STL错误 - STL Error Converting VS 6 Project to VS2010 VS2010使用C ++ 2008 Redistributables安装项目? - VS2010 Setup Project with C++ 2008 Redistributables?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM