converting from vs 2008 to 2005

Ambitious contributor
27May2009,15:46   #1
answerme's Avatar
Hi All
Is it possible visual studio 2008 mfc application program could be converted into 2005 . I am trying to convert it but Iam getting error
operation could not completed. 'd:\ \ \ vcproj' cannot be converted. See the conversion details.
Go4Expert Founder
27May2009,19:59   #2
shabbir's Avatar
Check this out

Also its just a matter of 2 text file changes and here are they.

In sln file change
Code:
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
to
Code:
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005