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
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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
AlanPosted Nov 26, 2008, 6:45 PM
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.