VS2008 and .NET 3.5 have RTM'd

Thanks for the heads up - just fired up Visual Studio 2005 and noticed the headline on the Start Page too. Alas my MSDN subscription expired a couple of weeks ago - time to consider a renewal I think.
 
Where abouts? I've only got a ReadMe file in the 2008 page :(

*edit* - sorted - it's on the main front page not the subscriber downloads.
 
Last edited:
Downloading now, how crappy is this download manager, why can't they just use the FTM? :s
Does VS2008 come with .NET 3.5 in it or does it need to be installed seperataly?
 
Downloading now, how crappy is this download manager, why can't they just use the FTM? :s
Does VS2008 come with .NET 3.5 in it or does it need to be installed seperataly?

It comes with it because VS2008 is tied to the 3.5 runtime ;) It has new form designers for WPF and the like.
 
yes each machine that your program runs will need .NET 3.5 installed. I think Vista will auto update from 3 to 3.5 but am not sure
 
Vista won't auto-update. You will have to distribute the 3.5 runtime with your applications - but that's no different to before.

It's a 2.5MB installer and most MSI installer software lets you set it up as an automated "prerequisite" so that it will download it only if the user doesn't have it.
 
The beta installer respected IE's proxy settings, IIRC, so I presume the release one does too.

I've got the 2008 Beta, but through the normal downloader, which does respect proxy settings. However, I just get

There's a persistent network connectivity error preventing download completion, indicating a problem with your connection to the Internet.

Grrr..
 
I’m assuming this will be like Visual Studio 2005 in that you will have to convert old projects to the new format then after that they won’t open in older versions?
 
Back
Top Bottom