1
Answer

C# Versions

George Laing

George Laing

16y
2.7k
1

Hi,

  I have a question about a project created in C# express 2005, Is there anything that needs to be done to change it over to C# 2008?

Thanks

Answers (1)
0
Alan
NA 8.3k 0 16y

No, it should still build and run OK in VC# 2008 Express or VS 2008.

Although the .NET Framework has moved on from version 2.0 to 3.5 and C# itself from version 2.0 to 3.0, they are backwards compatible with the 2005 versions.

In fact VS 2008 can target versions 2.0, 3.0 or 3.5 of the .NET Framework, if needed.

Accepted