Hi, I know this is not about games but it is about computers. And I am counting on you people to help me find what I need.
I own a legal copy of Microsoft Visual Studio 2005 (got it from my college a while back). However recently people that I interact with have switched to 2010 express and the solutions they send me are un readable for me.
Now, I don't want to migrate because express provides much less options than the one I have as far as I understand. So is there some sort of conversion program out there that will let me transform the solutions into ones readable by VS 2005 in a single step?
And before you suggest it. I have tried google but none of those that came up were any good.
So does anyone here know anything like what I need?
Converting Microsoft Visual Studio solutions
Moderator: Thanas
- Purple
- Sith Acolyte
- Posts: 5233
- Joined: 2010-04-20 08:31am
- Location: In a purple cube orbiting this planet. Hijacking satellites for an internet connection.
Converting Microsoft Visual Studio solutions
It has become clear to me in the previous days that any attempts at reconciliation and explanation with the community here has failed. I have tried my best. I really have. I pored my heart out trying. But it was all for nothing.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
Re: Converting Microsoft Visual Studio solutions
Are you a student or do you have an academic email address? Go here: Microsoft Dreamspark.
- Purple
- Sith Acolyte
- Posts: 5233
- Joined: 2010-04-20 08:31am
- Location: In a purple cube orbiting this planet. Hijacking satellites for an internet connection.
Re: Converting Microsoft Visual Studio solutions
Student, but don't have any sort of academic email.phongn wrote:Are you a student or do you have an academic email address? Go here: Microsoft Dreamspark.
My college sort of did the whole procedure for us and all we had to do was sign and pick up a CD. I newer even saw that web site before.
And with the exams running right now, I don't think I can get through to get any sort of paper work done to get one. So, while I appreciate the link (and will use it as soon as I can) I still need some sort of rapid converter or something to be a stop gap in the mean time.
It has become clear to me in the previous days that any attempts at reconciliation and explanation with the community here has failed. I have tried my best. I really have. I pored my heart out trying. But it was all for nothing.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
Re: Converting Microsoft Visual Studio solutions
You're probably SOL. Try installing VS2010 Express alongside 2005?Purple wrote:And with the exams running right now, I don't think I can get through to get any sort of paper work done to get one. So, while I appreciate the link (and will use it as soon as I can) I still need some sort of rapid converter or something to be a stop gap in the mean time.
- Sarevok
- The Fearless One
- Posts: 10681
- Joined: 2002-12-24 07:29am
- Location: The Covenants last and final line of defense
Re: Converting Microsoft Visual Studio solutions
1. Which language are mostly working with ?
2. Do your projects have certain requirements that can not be handled by Express edition ?
2. Do your projects have certain requirements that can not be handled by Express edition ?
I have to tell you something everything I wrote above is a lie.
- Purple
- Sith Acolyte
- Posts: 5233
- Joined: 2010-04-20 08:31am
- Location: In a purple cube orbiting this planet. Hijacking satellites for an internet connection.
Re: Converting Microsoft Visual Studio solutions
1. I mostly use C#
2. No idea, I am used to using the full version and have newer worked with Express. So I have no idea what has been cut from it.
I am likely to get the full version of 2010 by the end of the year from my college anyway I did not want to go express now. That is why I am looking for a stop gap like this.
2. No idea, I am used to using the full version and have newer worked with Express. So I have no idea what has been cut from it.
I am likely to get the full version of 2010 by the end of the year from my college anyway I did not want to go express now. That is why I am looking for a stop gap like this.
It has become clear to me in the previous days that any attempts at reconciliation and explanation with the community here has failed. I have tried my best. I really have. I pored my heart out trying. But it was all for nothing.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
-
- Redshirt
- Posts: 1
- Joined: 2010-06-04 12:30am
Re: Converting Microsoft Visual Studio solutions
I'm not sure if the Express version is set up differently, but the solution and project files for C# projects should just be text and XML. All you should need to do is change or remove some text to get 2005 to read the projects. This article talks about converting between the different versions and provides an application called Visual Studio Project Version Converter. The article shows key differences between what is in the different versions of the files and it offers the source code as well. Hopefully this will help.
- Purple
- Sith Acolyte
- Posts: 5233
- Joined: 2010-04-20 08:31am
- Location: In a purple cube orbiting this planet. Hijacking satellites for an internet connection.
Re: Converting Microsoft Visual Studio solutions
Thanks, that saved me.
It has become clear to me in the previous days that any attempts at reconciliation and explanation with the community here has failed. I have tried my best. I really have. I pored my heart out trying. But it was all for nothing.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.
You win. There, I have said it.
Now there is only one thing left to do. Let us see if I can sum up the strength needed to end things once and for all.