how to create a c#3.0 project?

F

fairyvoice

Hi, i just downloaded and installed the "Orcas" c#3.0 ctp, the example
atteched could run successfully, while i can not see any c#3.0 project
template when creating new project. So i just created a normal C# console
project and write some code with new features of c#3.0, but the compiler told
me wrong. Compared with the example project, no references or "using
namespace" is missed.
How can i create a c#3.0 project, can anyone tell me?
Thx in advanced
 
J

Jon Skeet [C# MVP]

fairyvoice said:
Hi, i just downloaded and installed the "Orcas" c#3.0 ctp, the example
atteched could run successfully, while i can not see any c#3.0 project
template when creating new project. So i just created a normal C# console
project and write some code with new features of c#3.0, but the compiler told
me wrong. Compared with the example project, no references or "using
namespace" is missed.
How can i create a c#3.0 project, can anyone tell me?

Rather than downloading a CTP, why not download the released Visual
Studio 2008? Express is freely available at:

http://microsoft.com/vstudio/express
 

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