[CMake] Problems with Visual C++ 2005 Express Edition Beta & Cmake 2.0.5

Brad King brad.king at kitware.com
Tue Mar 8 10:10:51 EST 2005


Shishir Ramam wrote:
> I just upgraded my Cmake from 2.0 to 2.0.5 and have started seeing 
> this problem when I try to load a project into Visual C++ 2005. 
> ----------------------------------------------------------------------------------------------------
> The following error has occured during XML parsing:
> 
> File: c:\MyPath\MyProject.vcproj
> Line: 8
> Column: 21
> Error Message:
> Enumeration constraint failed.
> The attribute: 'Version' has an invalid value according to its data type.
> 
> The file 'c:\MyPath\MyProject.vcproj' has failed to load.
> 
> ALL_BUILD.vcproj
> INSTALL.vcproj
> ----------------------------------------------------------------------------------------------------

What generator are you selecting?  Also, please send me the 
MyProject.vcproj that is broken and then use the link below to install 
the older CMake and then send me the MyProject.vcproj that works.

> I am attempting to setup a project for Visual C++ 2005 Express Edition Beta -
> Microsoft Visual Studio 2005 Beta1 Version 8.0.40607.16 (beta1.040607-1600)
> Microsoft .NET framework  Version 2.0.40607
> 
> The project used to work with CMake 2.0. I am using the windows
> binary. Also, I can't seem to find the installation executable for the 
> 2.0 release. 

http://www.cmake.org/files/v2.0/CMSetup201.exe

-Brad


More information about the CMake mailing list