VS 2010 Attempting to convert VS 2010 Projects
-
Tuesday, September 11, 2012 7:31 PM
I am currently trying to open my VS2010 Soloution file but VS2010 thinks its an older version and attempts to convert it.
What can I do to stop this behavior?
- Moved by Konrad NeitzelMicrosoft Community Contributor Thursday, September 13, 2012 7:03 AM (From:Developer Documentation and Help System)
All Replies
-
Tuesday, September 11, 2012 8:54 PMWell, what happens when it "converts" it?
-
Wednesday, September 12, 2012 3:44 PM
it becomes "Unloadable" and i need to get a previous version from TFS.
It will then attempt to do this all over again after I try to build in and it also prompts me saying the project file is checked out literally about 200 times guring the build process causing me to have to click ok 200 times.
MS Build has no issues building the project because it does not use VS to build.
Here is a related article that I found but still does not enable me to solve this
http://connect.microsoft.com/VisualStudio/feedback/details/650587/vs-2010-sp1-changes-packagecode-in-vdproj-on-each-build-but-fails-as-source-controlled
-
Thursday, September 13, 2012 7:02 AM
Hi CodemonkeyHelp,
maybe you can tell us the changes that Visual Studio is doing to the file? That might help us to find the source of the problem.
I am also wondering in which forum you can get the best support. Maybe the experts inside the MSBuild forum can help better? Or maybe the problem could be that something is not installed correctly in which case the Visual Studio Setup und Installation forum could be a good place. I will move the thread to the MSBuild forum right now in the hope that you can will get better support there than in this forum which covers the Developer Documentation and MS help system.
With kind regards,
Konrad
-
Friday, September 14, 2012 6:06 AMModerator
Hi CodemonkeyHelp,
If we open your .sln file in notepad, which Format Version will we find?
The blog as following below which may be useful to you:
Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Ego JiangMicrosoft Contingent Staff, Moderator Thursday, September 20, 2012 9:37 AM
- Unmarked As Answer by CodemonkeyHelp Thursday, September 20, 2012 7:17 PM
-
Thursday, September 20, 2012 9:37 AMModerator
Hi CodemonkeyHelp,
I marked my repley as answer.
Please unmark it, if it is not the answer.
Thank you for your understanding and support.
Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
-
Thursday, September 20, 2012 7:19 PM
I figured it out.
It was the post build script that modifies the project file. It was failing and saving a 0k project file when VS tried to reload the file it did not recognize the project and would attempt to convert it with no luck.
- Marked As Answer by CodemonkeyHelp Thursday, September 20, 2012 7:19 PM

