C# v2.0

C

coltrane

I currently have VS V7.1 which uses the 1.1 .Net Framework.
Do I need to upgrade my VS If I wanted to use the 2.0 framework?
I need to use C# 2.0

thanks for the feedback


john
 
M

Michael Kremser

I currently have VS V7.1 which uses the 1.1 .Net Framework.
Do I need to upgrade my VS If I wanted to use the 2.0 framework?
I need to use C# 2.0

thanks for the feedback


john

If you want to program in C# 2.0, you need VS 8 which targets .net FX
2.0.

Normally, you can run .net 1.x applications you wrote in VS 7.x on
systems that have .net 2.0 installed as well (there is no need to
compile them with a 2.0 compiler to let them run under 2.0).

HTH

Michael
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top