migration - vs2005 and .net3.0

J

(js)

sorry for ma bad english
sorry for maybe a little boring question
but I want to ask if it is possible writing a .net3.0
programs in vs2005. The company I am working in
want to migrate project from vs2003 and .net1.0
to vs2005 and .net2.0 framework but all things are
not clear for me and I have
question - it is not better to migrate to .net3.0
(we have only licenses on vs2005, nothing new)

thanks in advance
K.
 
M

Marc Gravell

..Net 3.0 is fine in VS2005, although you might need to download the
WCF / WPF / WF extensions from Microsoft. .Net 3.0 still uses version
2.0 of the CLR, which is what VS2005 targets.

Marc
 
J

(js)

There are free downloads for Visual Studio 2005 that enable you to extend it
to support .Net 3.0, which is actually .Net 2.0 plus WCF, WPF, and WWF. Seehttp://msdn2.microsoft.com/en-us/vstudio/aa718332.aspx

--
HTH,

Kevin Spencer
Microsoft MVP

Much TNX Kevin Spencer - Much TNX Marc Gravell - good news it is. :)

K.
 

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