[Question] On converting project for VS 2008 Express

01/18/2010 20:25 bart2712#1
I originally started working on coding my server using VS 2010 beta.
Recently had to redo my whole system, and installed VS 2008 Express, but when i try opening my project file it says i cant cuz the project file was made with a newer version.

Is there any way to convert the project file so that i can open it with VS 2008 Express?

btw i have both 2008 and 2010 installed, but i think 2008 works better/faster so i want to use that one instead.
01/18/2010 20:35 .Ryu#2
Quote:
Originally Posted by bart2712 View Post
I originally started working on coding my server using VS 2010 beta.
Recently had to redo my whole system, and installed VS 2008 Express, but when i try opening my project file it says i cant cuz the project file was made with a newer version.

Is there any way to convert the project file so that i can open it with VS 2008 Express?

btw i have both 2008 and 2010 installed, but i think 2008 works better/faster so i want to use that one instead.
Hmm this happened to me once But i could never figure out what i could do =\

Good luck
01/18/2010 20:38 Santa#3
Quote:
Originally Posted by bart2712 View Post
I originally started working on coding my server using VS 2010 beta.
Recently had to redo my whole system, and installed VS 2008 Express, but when i try opening my project file it says i cant cuz the project file was made with a newer version.

Is there any way to convert the project file so that i can open it with VS 2008 Express?

btw i have both 2008 and 2010 installed, but i think 2008 works better/faster so i want to use that one instead.
Maybe try to Google it and maybe there is a converter, like they have for word documents :D
01/18/2010 20:50 Kiyono#4
Just open the .csproj instead of the .sln and it should work.
01/18/2010 21:30 LetterX#5
Quote:
Originally Posted by Kiyono View Post
Just open the .csproj instead of the .sln and it should work.
Beat me to it.

But yea, you need to open that and then make a new SLN file.
01/18/2010 21:35 bart2712#6
ahhh ok thx so much...i really think 2008 runs better and faster so i wanna use that instead. Was a big help, thx.
01/18/2010 22:02 Zion~#7
I'd also suggest installing the latest .NET framework, just incase of an unexpected error.