Hello
I am trying to upgrade my projects from Visual Studio 2008 to 2010.
The project upgrade fails on one project that is using custom build tool i.e VCCustomBuildTool. The error message is not very informative:
" The following error has occurred during XML parsing: File: C:UserselizabetapDesktopTestTest2Proj.vcproj Line: 307 Column: 0 Error Message: Unspecified error The file C:UserselizabetapDesktopTestTest2Proj.vcproj has failed to load. "
Line 307 is the last line in .vcproj file that I am trying to upgrade.
View the full article
I am trying to upgrade my projects from Visual Studio 2008 to 2010.
The project upgrade fails on one project that is using custom build tool i.e VCCustomBuildTool. The error message is not very informative:
" The following error has occurred during XML parsing: File: C:UserselizabetapDesktopTestTest2Proj.vcproj Line: 307 Column: 0 Error Message: Unspecified error The file C:UserselizabetapDesktopTestTest2Proj.vcproj has failed to load. "
Line 307 is the last line in .vcproj file that I am trying to upgrade.
View the full article