PDA

View Full Version : Visual Studio conversion problem



skepticalgeek
4th August 2010, 09:10
I developed some Qt components and applications in Linux. I moved the source code over to my Windows XP partition, installed Visual Studio 2008, and the VS add in. When I import the .pro file for a project, it creates a .vcproj file. When I try to open the .vcproj file, VS tells me that the file was created with a previous version of VS (not true), and needs to be converted. When i try to convert it, the conversion fails. The error message I get is this:

The following error has occurred during XML parsing: File: C:\SKG_Jukebox\SKG_RoundButton\SKG_RoundButton.vcp roj Line: 1 Column: 1 Error Message: Incorrect document syntax. The file 'C:\SKG_Jukebox\SKG_RoundButton\SKG_RoundButton.vc proj' has failed to load.

Any insights?