Jump to content

VS 2010 to VS 2008

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
4 replies to this topic

#1
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Ok, this is supposed to be in the tutorials section, but i didn't found a proper category so...

Do you have a VS 2010 project and want to turn it into a 2008, but you can't? Open the "sln" file in notepad and modify 11 with 10 and 2010 with 2008 :P. Finish.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#2
Natrobius

Natrobius

    Programmer

  • Members
  • PipPipPipPip
  • 166 posts
I'm assuming this will only work if you were targeting .net 3.5 and not .net 4? Would one have to configure .net 4 for use with 2008 to compile a project created in 2010?
The Natrobius
http://natrobius.info
CodeCall User

#3
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts

Natrobius said:

I'm assuming this will only work if you were targeting .net 3.5 and not .net 4? Would one have to configure .net 4 for use with 2008 to compile a project created in 2010?

Of course, Visual Studio 2008 must be able to support the project type, so you have to make it work with .NET 4 if that's what you used. I have no reason to use .NET 4 at the moment, it would only take my users some more time to install my app. 3.5 is preinstalled on Vista and 7 so installation is ok.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics

#4
Natrobius

Natrobius

    Programmer

  • Members
  • PipPipPipPip
  • 166 posts
Thanks for your quick answer. This q concerned me sense I have done some developing on 2010 RC, but actually own 2008.
The Natrobius
http://natrobius.info
CodeCall User

#5
Davide

Davide

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 506 posts
Chenge your target framework to 3.5 in VS 2010, and then convert. That's even better.
Are you a newbie programmer trying to learn C#? Check out my small tutorial: Visual C# Programming Basics