Archive

Posts Tagged ‘convert’

Convert Solution of Visual Studio 2008 to 2005 and vice-versa (Repost)

June 18th, 2009 Guilherme Morais No comments
The Project Converter is the solution of openning a solution of VS2008 in the VS2005 and Vice-Versa.’, ‘

This is becoming a commom problem (to me at least).  In my home I have the Visual Studio 2008 , when I have to work in a little projects in .net 2.0 and I want to bring to my work, which is Visual Studio 2005, I have the problem of openning the solution to keep working, BUT the VS2008 save the solution file (solution.sln) in version 10, so the VS2005 can´t openning… So I have google for a while and found this little helpfull thing…  What he do?He convert the solution AND the projects to work with 2005 and vice-versa. This is pretty simple but is pretty helpfull too. I hope this helpanyone like me…
So thanks for Emmet Gray.

PS: I Just Add one warning if the version of the framework is 3.5 and it´s converting to 2.0, too explain the solution won´t work…

[PT-Br]

Falta de Compatibilidade entre o novo Visual Studio 2008 e o 2005 não é novidade, mas a Microsoft poderia ter implementado uma forma de salvar a solução (quando construida no framework 2.0  ) compativel com a versão do VS2005. O meu problema é aparentemente comun,criei um pequeno projeto no VS 2008 utilizando apenas o framework 2.0, salvei o projeto na pendrive para trabalhar na hora do almoço no trabalho, porem o VS no trabalho é a versão 2005, logo o projeto não abriu. Perdi o meu tempo livre procurando uma forma de converter a solução do VS2008 para a VS2005. Graças a uma boa alma: Emmet Gray, eu consegui encontrar um projeto que realiza está conversão. O “Project Converter” consegue converter a solução e seus projetos do VS2008 para o VS2005 e vice-versa.