Visual Studio 2008 and .NET 3.5 Released

Today we shipped Visual Studio 2008 and .NET 3.5.  You can download the final release using one of the links below:

  • If you are a MSDN subscriber, you can download your copy from the MSDN subscription site (note: some of the builds are just finishing being uploaded now - so check back later during the day if you don't see it yet).

  • If you are a non-MSDN subscriber, you can download a 90-day free trial edition of Visual Studio 2008 Team Suite here.  A 90-day trial edition of Visual Studio 2008 Professional (which will be a slightly smaller download) will be available next week.  A 90-day free trial edition of Team Foundation Server can also be downloaded here.

  • If you want to use the free Visual Studio 2008 Express editions (which are much smaller and totally free), you can download them here

  • If you want to just install the .NET Framework 3.5 runtime, you can download it here.

Quick Tour of Some of the New Features

Visual Studio 2008 and .NET 3.5 contain a ton of new functionality and improvements.  Below are links to blog posts I've done myself as well as links to videos you can watch to learn more about it:

VS 2008 Multi-Targeting Support

VS 2008 enables you to build applications that target multiple versions of the .NET Framework.  This means you can use VS 2008 to open, edit and build existing .NET 2.0 and ASP.NET 2.0 applications (including ASP.NET 2.0 applications using ASP.NET AJAX 1.0), and continue to deploy these application on .NET 2.0 machines.  You can learn more about how this works from my blog post here:

ASP.NET AJAX and JavaScript Support

.NET 3.5 has ASP.NET AJAX built-in (no separate download required).  In addition to including all of the features in ASP.NET AJAX 1.0, ASP.NET 3.5 also now includes richer support for UpdatePanels integrating with WebParts, ASP.NET AJAX integration with controls like <asp:menu> and <asp:treeview>, WCF support for JSON, and many other AJAX improvements.

VS 2008 and Visual Web Developer 2008 also now have great support for integrating JavaScript and AJAX into your applications.  You can learn more about this from my blog posts here:

You can watch some videos that discuss ASP.NET AJAX and Visual Studio 2008 support for it here

I also highly recommend the excellent ASP.NET AJAX in Action book to learn more about ASP.NET AJAX (both client-side and server-side).

VS 2008 Web Designer and CSS Support

VS 2008 and Visual Web Developer 2008 Express includes a significantly improved HTML web designer (the same one that ships with Expression Web).  This delivers support for split-view editing, nested master pages, and great CSS integration.  Below are some articles I've written that discuss this more:

ASP.NET 3.5 also has a new <asp:ListView> control that provides the ability to perform rich data scenarios with total control over the markup.  It works nicely with the new CSS support in VS 2008.  You can learn more about it from my article here:

You can watch some videos that discuss the new Visual Studio 2008 web designer features and the new ListView/DataPager controls here

Language Improvements and LINQ

The new VB and C# compilers in VS 2008 deliver significant improvements to the languages.  Both add functional programming concepts that enable you to write cleaner, terser, and more expressive code.  These features also enable a new programming model we call LINQ (language integrated query) that makes querying and working with data a first-class programming concept with .NET. 

Below are some of the articles I've written that explore these new language features using C#:

Here are a few additional blog posts I've written that show off some of the new VS 2008 code editing support and some cool ways to use these new language features:

The Visual Basic team has also created some great free videos that cover LINQ.  You can watch them here.

Data Access Improvements with LINQ to SQL

LINQ to SQL is a built-in OR/M (object relational mapper) in .NET 3.5.  It enables you to model relational databases using a .NET object model.  You can then query the database using LINQ, as well as update/insert/delete data from it.  LINQ to SQL fully supports transactions, views, and stored procedures.  It also provides an easy way to integrate business logic and validation rules into your data model.  Below are some of the articles I've written that explore how to use it:

I think you'll find that LINQ and LINQ to SQL makes it much easier to build much cleaner data models, and write much cleaner data code.  I'll be adding more posts to my LINQ to SQL series in the weeks and months ahead (sorry for the delay in finishing them earlier - so much to-do and so little time to-do it all!).

Scott Stanfield is also working on creating some great LINQ to SQL videos for the www.asp.net site based on my article series above (all videos are in both VB and C#).  You can watch the first 4 videos in this series here.

Browsing the .NET Framework Library Source using Visual Studio

As I blogged a few weeks ago, we will be releasing a reference version of the .NET Framework library source code as part of this release.  Visual Studio 2008 has built-in debugger support to automatically step-into and debug this code on demand (VS 2008 can pull down the source for the appropriate .NET Framework library file automatically for you).

We are deploying the source servers to enable this right now, and will be publishing the steps to turn this feature on in the next few weeks.

Lots of other improvements

The list above is only a small set of the improvements coming.  For client development VS 2008 includes WPF designer and project support.  ClickOnce and WPF XBAPs now work with FireFox.  WinForms and WPF projects can also now use the ASP.NET Application Services (Membership, Roles, Profile) for roaming user data. 

Office development is much richer - including support for integrating with the Office 2007 ribbon, and with Outlook.  Visual Studio Tools for Office support is also now built-into Visual Studio (you no longer need to buy a separate product).

New WCF and Workflow projects and designers are now included in VS 2008.  Unit testing support is now much faster and included in VS Professional (and no longer just VSTS).  Continuous Integration support is now built-in with TFS.  AJAX web testing (unit and load) is now supported in the VS Test SKU.  And there is much, much more...

Installation Suggestions

People often ask me for suggestions on how best to upgrade from previous betas of Visual Studio 2008.  In general I'd recommend uninstalling the Beta2 bits explicitly.  As part of this you should uninstall Visual Studio 2008 Beta2, .NET Framework Beta2, as well as the Visual Studio Web Authoring Component (these are all separate installs and need to be uninstalled separately).  I then usually recommend rebooting the machine after uninstalling just to make sure everything is clean before you kick off the new install.  You can then install the final release of VS 2008 and .NET 3.5 on the machine.

Once installed, I usually recommend explicitly running the Tools->Import and Export Settings menu option, choosing the "Reset Settings" option, and then re-pick your preferred profile.  This helps ensure that older settings from the Beta2 release are no longer around (and sometimes seems to help with performance).

Note that VS 2008 runs side-by-side with VS 2005 - so it is totally fine to have both on the same machine (you will not have any problems with them on the same box).

Silverlight Tools and VS Web Deployment Project Add-Ins

Two popular add-ins to Visual Studio are not yet available to download for the final VS 2008 release.  These are the Silverlight 1.1 Tools Alpha for Visual Studio and the Web Deployment Project add-in for Visual Studio.  Our hope is to post updates to both of them to work with the final VS 2008 release in the next two weeks.  If you are doing Silverlight 1.1 development using VS 2008 Beta2 you'll want to stick with with VS 2008 Beta2 until this updated Silverlight Tools Add-In is available. 

Hope this helps,

Scott

    Published Monday, November 19, 2007 10:34 AM by ScottGu

    Comments

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:38 PM by Hartvig

    Was it removed again? I've just been checking my MSDN Subscriptions page and it's gone (including the betas). I wanna update umbraco for 3.5, so I'm crossing my fingers that it'll come back soon :-)

    # Visual Studio 2008 RTMs - Get it now!

    Monday, November 19, 2007 1:46 PM by Darryl Burling @ Work

    Yup.&#160; This morning (PST time) Visual Studio 2008 RTM'd.&#160; Its already on MSDN, so go get it..

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:53 PM by ScottGu

    Hi Hartvig,

    >>>>>> Was it removed again? I've just been checking my MSDN Subscriptions page and it's gone (including the betas). I wanna update umbraco for 3.5, so I'm crossing my fingers that it'll come back soon :-)

    It should be updated soon.  There are a lot of different versions to prop on MSDN, so the links will probably trickle in throughout the day.  So keep hitting refresh. :-)

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:53 PM by JohnR

    Is the MVC Framework included with the Visual Studio 2008 Express editions?

    # SharkMan &raquo; Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:55 PM by SharkMan » Visual Studio 2008 and .NET 3.5 Released

    Pingback from  SharkMan &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Visual Studio 2008 RTM

    Monday, November 19, 2007 1:55 PM by Mikael Söderström

    Just found out that Visual Studio 2008 is released on MSDN! More info at ScottGu's blog (as usual): http

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:56 PM by Paul

    I don't see it on MSDN either...I have MSDN premium.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:56 PM by Timo

    Congratz with this excellent achievement!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 1:57 PM by Shawn Smith

    I am uninstalling beta2 now.

    One question, is the intellisense support for external libraries improved with this version.  I found the beta2 to be nearly useless as referencing extjs files killed all intellisense there after and since I develop in extjs, this is production killer for me.  And I hate switching between VS and Aptana to fullfill my needs.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:00 PM by ScottGu

    Hi John,

    >>>>>>> Is the MVC Framework included with the Visual Studio 2008 Express editions?

    We aren't shipping the MVC framework today - that will come later (the first public preview will be shortly).

    The ASP.NET MVC Framework will work with VS 2008 as well as Visual Web Developer 2008 Express.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:01 PM by A Random Developer Dude

    AWESOME!!!!!!!!!!!!!!!!!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:02 PM by Dylan Greene

    As of 2pm EST, all of the links bring me back to MSDN Subscriptions page.  I'm signed in, and I tried in IE7 and Firefox.  

    On the MSDN Subscriber Downloads page Visual Studio 2008 isn't yet listed.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:11 PM by Jeremy Skinner

    Hi Scott

    Any idea when this will be on the Volume Licensing site? (http://licensing.microsoft.com)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:11 PM by Kamran Shahid

    Congratulate Scott For yet another milestone.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:12 PM by James

    Not seeing it either....Anti-climax time. Jumping the gun announcing it perhaps?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:14 PM by Luis Fleitas

    Quick question. Are there any breaking changes between the production version and the Beta 2?

    Thanks

    Luis F Fleitas

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:16 PM by Eric

    I found it on the main page /subscriptions/default.aspx of the msdn.microsoft.com site.

    Search the page for "Top Subscriber Downloads".

    I did NOT find it listed under "Developer Tools" in the main MSDN Library download UI that I'm used to.

    I had to disable the IE pop-up blocker and the Google Toolbar pop-up blocker first in order for it to start downloading.

    You must also install the Akamai Web Downloading Plug-in (ActiveX control) in order to use these download links.

    # Visual Studio 2008 and .NET 3.5 Released - MSDN members can download the product and the Express and trial versions are available for download now too.

    Monday, November 19, 2007 2:19 PM by David Overton's Blog

    I just saw this as Scott&#39;s blog while preparing something on SQL 2008 CTP. This is an amazing set

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:20 PM by Catto

    Hey Now Scott,

    A Very exciting time. So many new features!

    Thx,

    Catto

    # Visual Studio 2008 e .NET 3.5 RTM disponibili...

    Monday, November 19, 2007 2:21 PM by Il Blog di Sandro Rizzetto

    E' arrivato il grande giorno... devo dire che erano parecchi anni che non mi succedeva di essere cosí

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:22 PM by Scott Williams

    Are there any requirements to installing this if you already have Beta 2 installed? I know there were a few hoops to jump through for 2005 and its betas.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:25 PM by Brian

    When/where can people (who aren't MSDN members) purchase VS2008? I just looked on Amazon and it is not available yet there.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:28 PM by adolfojp

    I have been waiting for this release like a kid on Christmas eve.

    Is there a feature comparison matrix for VS 2008?

    # Scott Guthrie: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:34 PM by DotNetKicks.com

    You've been kicked (a good thing) - Trackback from DotNetKicks.com

    # VSTS2008, TFS2008 & .NET 3.5 have shipped!

    Monday, November 19, 2007 2:34 PM by My VSTS Blog

    The net has been a flurry of activity over the past few hours as word gets out that MSDN Subscribers

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:35 PM by Fisher Ning

    Awesome, I have installed the RTM version. Thanks. Looking forward to MVC framework.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:39 PM by WillC

    Awesome!

    Are there going to be any additions to the Quickstart Tutorials for version 3.5?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:44 PM by Popeye

    @Dylan

    Turn off popup blockers in IE.

    Nothing was happening for me and I only saw a quick flash of "pop blocked".

    Then the Akamai plugin installs and download starts...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:45 PM by Mike

    The trial is awesome! Just what we needed, because we don't want to wait another 3 months.

    I was wondering: is anything changed in the rendering of ASP.NET webcontrols to finally make ASP.NET 100% XHTML compliant (instead of 99%)?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:46 PM by Michael

    Great news!  The wait is finally over!  Thanks to your team for all their hard work!

    # Visual Studio 2008 e 2005

    Monday, November 19, 2007 2:47 PM by { The Smoking Code }

    Visual Studio 2008 e 2005

    # Visual Studio 2008 and the .NET Framework 3.5 Released

    Monday, November 19, 2007 2:48 PM by Orcs Goblins and .NET

    In my attempt to add to the monotony, I'll say that not long ago Visual Studio 2008 was released to all

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by CoryR

    I am attempting to install the RTM of VS2008 Professional and I get a message "Setup has detected that this computer does not meet the requirements to install this software". The message states that Windows XP Service Pack 2 is needed, even though I am using Vista. Help...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by Ram

    Hi Scott,

    Congratulations!  Is it possible to upgrade from RC bits or do I need to uninstall RC and then install the RTM?\

    Thanks,

    Ram

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:49 PM by Leon Meijer

    Can I use/access my TFS 1.0 with the VS2008 Professional build ? I'm downloading the bits. I know that I needed a client for VS2005. If not, will this Visual Studio client for TFS be available?

    # YAVSRP - Yet Another Post about Visual Studio 2008 being released! | Vladan.Strigo.NET

    Pingback from  YAVSRP - Yet Another Post about Visual Studio 2008 being released! | Vladan.Strigo.NET

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:51 PM by Mike

    Can Microsoft produce a complete list of bug fixes? Maybe based on the issues on Microsoft Connect?

    # .NET Framework 3.5, 3.0 SP1 and 2.0 SP1 available for download

    Monday, November 19, 2007 2:51 PM by Notes from a dark corner

    Following the earlier news about Visual Studio 2008 and .NET Framework 3.5 shipping, various .NET Framework

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:52 PM by Robz

    I am downloading it.  For all of those having trouble seeing it, it may not be in the tree on the server you are hitting.  Give this a try:   msdn2.microsoft.com/.../default.aspx

    Look down at the Top Subscriber Downloads and choose it from there.

    geekswithblogs.net/.../VS2008-RTM-Confirmed.aspx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:54 PM by osiris209

    Hi Scott

    When will VS 2008 be available for purchase?  I dont have an MSDN subsciption and heard it wasnt until Jan/Feb with SQL 2008...is this the case?

    Thx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:56 PM by Remco

    Will there also be a download of the .Net 2.0 SP1 distributable for installation on Windows 2000 Professional and Windows 2000 Server?

    # Instalando VS2008

    Monday, November 19, 2007 2:56 PM by ¿Qué quieres desarrollar hoy?

    Se bajo bastante rapido, ya lo queme usando las herramientas del Resource Kit Tools , y ya se esta instalando...

    # VS2008, .NET 3.5, and 2008 Express versions released today -- Scott Guthrie Silverlight 1.1 NOTE!

    Monday, November 19, 2007 2:56 PM by Community Blogs

    On a more positive note than my last post... I&#39;ll go ahead and blog this in case anyone is reading

    # The 3.5 RTM and a caveat

    Monday, November 19, 2007 2:58 PM by Allan's Best Week Ever

    Nice to see all the excitement around the 3.5 release - hope you can share in it. Just a caveat from

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 2:58 PM by Ray Horner

    Scott,

    Thanks to you and your team for all the hard work! Did shipping today have anything todo with the Jolt award deadline? :)

    # Visual Studio 2008 RTM Ya Está Aquí!

    Monday, November 19, 2007 3:00 PM by Julio Casal

    En efecto, el d&amp;#xED;a de hoy Microsoft ha anunciado la disponibilidad de Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:00 PM by abi

    Great news, hopefully the ASP.NET Designer works better now and does not complain all the time like in Beta 2 :)

    # Visual Studio 2008 RTM Ya Está Aquí!

    Monday, November 19, 2007 3:01 PM by Julio Casal

    En efecto, el d&amp;#xED;a de hoy Microsoft ha anunciado la disponibilidad de Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:03 PM by Ben Hayat

    Where do I get my Key For this new update? I can't find my Key on mu MSDN Key list!

    Thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:07 PM by Dylan Greene

    FOUND IT! - turn OFF IE7's or Firefox's BUILT-IN popup-blocker.

    Geez, very bad page design.

    # VS2008 and .NET 3.5 ready for the picking

    Monday, November 19, 2007 3:14 PM by Keith Rull

    Oh boy! Oh boy! Oh boy! Talk about geeky goodness ! In case you miss the news , VS 2008 is ready for

    # Visual Studio 2008 and .NET 3.5 Released | open source business applications

    Pingback from  Visual Studio 2008 and .NET 3.5 Released | open source business applications

    # Ejecutive &raquo; Visual Studio 2008 and .NET 3.5

    Monday, November 19, 2007 3:18 PM by Ejecutive » Visual Studio 2008 and .NET 3.5

    Pingback from  Ejecutive &raquo; Visual Studio 2008 and .NET 3.5

    # Så er Visual Studio 2008 på gaden ;-)

    Monday, November 19, 2007 3:21 PM by mesmann

    Så blev Visual Studio 2008 frigivet. Læs mere på ScottGu's blog her \martin

    # Microsoft Releases Visual Studio 2008

    Monday, November 19, 2007 3:23 PM by Agile Web Technologies

    Microsoft Releases Visual Studio 2008

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:26 PM by Troy Goode

    Scott, is there a listing anywhere of what new features are available in 2.0 projects while using 2008? I understand that lamda expressions are, for instance (I think), while LINQ I believe is not, but a complete list would be great.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:26 PM by ScottGu

    Hi Jeremy,

    >>>>>> Any idea when this will be on the Volume Licensing site? (http://licensing.microsoft.com)

    VS 2008 should show up on volume licensing shortly.  

    Thanks,

    Scott

    # VS2008 Released!

    Monday, November 19, 2007 3:26 PM by Brian Sherwin's Blog

    VS2008 Released!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:28 PM by ScottGu

    Hi Luis,

    >>>>>> Quick question. Are there any breaking changes between the production version and the Beta 2?

    There are a few changes.  In general you'll want to re-open your .dbml files created with the LINQ to SQL designer and re-build them.  The LINQ to SQL OnValidate partial method now takes an enum as an argument.  Instead of DataContext.Add you'll now use DataContext.InsertOnSubmit() with LINQ to SQL.  And the ListView control's item placeholder is now called "ItemContainer" I think (the error message explictly tells you).

    Having said that, I think upgrading projects built with Beta2 should be pretty straightforward and only take a few minutes.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:30 PM by ScottGu

    Hi Brian,

    >>>>>>> When/where can people (who aren't MSDN members) purchase VS2008? I just looked on Amazon and it is not available yet there.

    We just handed off the golden master DVDs to manufacturing, so they will start burning copies and churning out boxes shortly.  Retail copies of VS 2008 will start hitting resellers in about 8-10 weeks I think - so expect to see them starting to sell in January.

    In the meantime, you can download the trial edition I linked to at the top of my blog post.  This has all the functionality of the retail copies (and anyone can download it).  It will expire in 90 days - at which point you should have been able to buy a copy from Amazon (or anyone else you want).

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:32 PM by vj9999

    Just finished downloading it and at the end Akamai D/L manager told me that it failed the integrity check (and it deleted the whole iso file).

    Little frustrated, but I'll wait a little and try again tonight :)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:40 PM by Felix

    Congrats!  Just in time for something to play with over the long weekend!

    # The next leg of our journey officially begins today...VS2008 Release!

    Monday, November 19, 2007 3:40 PM by The Efficient Coder

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:40 PM by Darin

    Can 2008 be installed on a box with VS 2003 without interfering with 2003?  

    # Visual Studio 2008 Released | Revolutionary Networks

    Monday, November 19, 2007 3:41 PM by Visual Studio 2008 Released | Revolutionary Networks

    Pingback from  Visual Studio 2008 Released | Revolutionary Networks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:42 PM by Dragan Panjkov

    will it be possible to convert trial edition of VS2k8 Team Suite to full version?

    # Visual Studio 2008 og.NET 3.5

    Monday, November 19, 2007 3:44 PM by Khebbies blog

    Visual Studio 2008 og.NET 3.5

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:45 PM by Darin

    Can 2008 be installed on a box with VS 2003 without interfering with 2003?  

    # VS2008 released

    Monday, November 19, 2007 3:50 PM by DotNetSurfers Blog

    # Visual Studio 2008 and the .NET Framework 3.5 Released

    Monday, November 19, 2007 3:50 PM by Harold van de Kamp .NET Blog

    Today the Visual Studio 2008 and .NET Framework 3.5 have been released. Both will be officially launched

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:55 PM by Edison

    Will the existing AJAXControlToolkit 3.5 Beta 2 work with the RTM?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 3:58 PM by Josh Hurley

    The Akamai Web Downloading Plug-in Crashed when I was at 99% of download, I tried going back the "Top Downloads site" but when I tried downloading it again by clicking on the VS 2008 Pro Edition I now receive an error. After refreshing the page the download links are now gone...I was so close!

    # Visual Studio 2008 and .NET 3.5 Released - ScottGu&rsquo;s Blog &raquo; article &raquo; Thats The New Thing!

    Pingback from  Visual Studio 2008 and .NET 3.5 Released - ScottGu&rsquo;s Blog &raquo; article &raquo; Thats The New Thing!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:00 PM by Josh Stodola

    Great work guys, I am really looking forward to sinking my teeth into that scrumptious feature set.

    You are the bomb, Scott.  Keep up the great work, and buy your teams a drink tonight!

    # Visual Studio 2008 och .NET 3.5 finns att ladda hem

    Monday, November 19, 2007 4:00 PM by Johan Lindfors

    Jag är lite sen med det här inlägget men jag vill ändå informera om att Visual Studio 2008 och .NET Framework

    # VS 2008 &amp; .NET 3.5 Released, Hallelujah

    Monday, November 19, 2007 4:02 PM by Loosely Coupled Human Code Factory

    Dibs to ScottGu of course. It is released!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:03 PM by Leon Zandman

    Are there any issues uninstalling VS2008 Beta 2. I remember you released a tool for uninstalling the VS2005 Beta/RC's, because the uninstaller didn't work. Are you going to release something similar for VS2008 Beta 2? I myself only used VS2008 inside VPC's, but I know some colleagues who might want to uninstall VS2008 Beta 2.

    # Visual Studio 2008 Released

    Monday, November 19, 2007 4:05 PM by Design Limbo

    As of this writing I can't see it in my MSDN downloads, just the Trials but according to a notice they

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:09 PM by David Martin

    Has Microsoft released the feature breakdown per edition?  My company has been using a mixture of VSTS Developer and Professional.  Since unit testing was moved to Professional we are wondering why we would stick with Developer.  A feature list per SKU for 2008 would be great.  -Thanks.

    # Leon Zandman&#8217;s Blog &raquo; Blog Archive &raquo; Visual Studio 2008 is RTM for MSDN subscribers!

    Pingback from  Leon Zandman&#8217;s Blog  &raquo; Blog Archive   &raquo; Visual Studio 2008 is RTM for MSDN subscribers!

    # 2007 November 19 | Ajaxus place on the net

    Monday, November 19, 2007 4:13 PM by 2007 November 19 | Ajaxus place on the net

    Pingback from  2007  November  19 | Ajaxus place on the net

    # They are here...

    Monday, November 19, 2007 4:18 PM by The Nihl

    They are here...

    # Debug Into the .NET Framework Source Code

    Monday, November 19, 2007 4:23 PM by ISerializable - Roy Osherove's Blog

    Best thing I've read in a while about VS 2008 (from Scott GU about the release of VS 2008 ): &quot; Browsing

    # Visual Studio 2008 and ASP.NET 3.5 Released

    Monday, November 19, 2007 4:23 PM by Scott on Writing

    # Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:24 PM by Web development blog

    Visual Studio 2008 and .NET 3.5 contain a ton of new functionality and improvements. VS 2008 enables you to build applications that target multiple versions of the .NET Framework. This means you can use VS 2008 to open, edit and build existing .NET 2

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:31 PM by hudo

    They always talk about shortening dev time and increasing productivity with every new version. Of every sw. By now, projects should be done even before I click on File->New Project:) Kiding of course! I think LINQ is one step towards to that. MVC and Silverlight w/o JS will be.

    # Visual Studio 2008 and .NET Framework 3.5 Released

    Monday, November 19, 2007 4:35 PM by Musings from the Hook

    Per Scott Guthrie&#39;s post , VS2008 and the latest .net framework have been released. I&#39;ve been

    # VS2008 released today!

    Monday, November 19, 2007 4:38 PM by Gildner Certified Solutions

    VS2008 released today!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:38 PM by Ryan

    What is happening with the Asp.NET source code release now that 2008 is official?

    # VS 2008 je venku

    Monday, November 19, 2007 4:48 PM by Martin Chundela

    weblogs.asp.net/.../visual-studio-2008-and-net-3-5-released.aspx Co víc

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:50 PM by Mohamed

    Hello Scott

    I have downloaded Visual Web Developer Express 2008 played with it a bit. My question is why is the web.config so ugly and confusing compared to the clean, simple .NET 2.0 config? Sure there are lots of new features like Linq and many others, but aren't they suppose to be integrated into VS by now? Will web.config 3.5 always look this messy?

    # Visual Studio 2008 Released

    Monday, November 19, 2007 4:52 PM by Matthew Podwysocki's Blog

    Visual Studio 2008 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 4:58 PM by Peter

    Visual C++ Express Edition now comes with a x64 compiler?

    # The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    Monday, November 19, 2007 4:59 PM by The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    Pingback from  The Wait for Visual Studio 2008 is Over! - Sharepoint BUZZ

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 5:08 PM by Wonderblast

    Any idea what SKU devconnections attendees will be getting?

    # .NET Framework 3.5 release

    Monday, November 19, 2007 5:13 PM by Laputa

    Microsoft just released Visual Studio 2008 and the .NET Framework 3.5. Download .NET Framework 3.5 To

    # SOFTWARE: Visual Studio .NET 2008 and .NET 3.5 Released!

    Monday, November 19, 2007 5:27 PM by Thushan Fernando

    Quick post before our Games Programming exam in a few hours, Scott Guthrie's blog has just announced...

    # Visual Studio 2008 released, available on MSDN now

    Monday, November 19, 2007 5:31 PM by Development on a Shoestring

    Microsoft has released Visual Studio 2008 with .NET 3.5.&#160; The full version is up on MSDN now, and the express edition can be downloaded here.&#160; I&#8217;ve been really looking forward to this, LINQ, Lambda expressions and extension methods, plu

    # Tigraine &raquo; Blog Archive &raquo; Visual Studio 2008 und .NET 3.5 Release!

    Pingback from  Tigraine  &raquo; Blog Archive   &raquo; Visual Studio 2008 und .NET 3.5 Release!

    # Visual Studio 2008 RTM Available on MSDN &laquo; JAK

    Monday, November 19, 2007 5:39 PM by Visual Studio 2008 RTM Available on MSDN « JAK

    Pingback from  Visual Studio 2008 RTM Available on MSDN &laquo; JAK

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 5:44 PM by Peter Kellner

    I don't get it.  it's not tuesday!

    BTW, great job on the listview. Maybe I've done my last repeater.

    # Visual Studio 2008/.NET 3.5 shipped

    Monday, November 19, 2007 5:52 PM by Lester's WPF blog

    VS 2008 and .NET 3.5 has finally shipped... All the goodness is out of the beta phase :) To get a rundown

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 6:00 PM by Elijah Manor

    I get the following error after converting my VS 2005 MS AJAX project to VS 2008 Express...

    "The SupportsPartialRendering property cannot be changed after the Init event." I never had that issue before & I'm not setting SupportsPartialRendering or EnablePartialRendering anywhere in code.

    Is this a known issue? In the meantime I guess I will go back to VS 2005 until I can resolve this.

    If you know how to resolve this please let me know. Thanks!

    # .NET 3.5 redist, VS 2008 Express mv

    Monday, November 19, 2007 6:01 PM by Michell Cronberg

    # Visual Studio 2008 / .NET 3.5 Released!

    Monday, November 19, 2007 6:04 PM by Brent Lamborn

    Visual Studio 2008 / .NET 3.5 Released!

    # Community Convergence XXXVI

    Monday, November 19, 2007 6:04 PM by Charlie Calvert's Community Blog

    Welcome to the thirty-sixth issue of Community Convergence. This is the big day, with Visual Studio 2008

    # MSDN Blog Postings &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  MSDN Blog Postings  &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Visual Studio 2008/.NET 3.5 shipped

    Monday, November 19, 2007 6:09 PM by Noticias externas

    VS 2008 and .NET 3.5 has finally shipped... All the goodness is out of the beta phase :) To get a rundown

    # Random Notes Taken While Installing VSTS 2008

    Monday, November 19, 2007 6:10 PM by John Robbins' Blog

    As everyone on the planet knows , VS 2008 released to manufacturing and is available to MSDN Subscribers

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 6:28 PM by Gill Cleeren

    Congrats on the release!

    I'm sure the RTM is as good as the beta promised.

    # Visual Studio 2008 shipped

    Monday, November 19, 2007 6:28 PM by Hugo Batista

    It's now official . And what a better day to born a revolution! (private joke, sorry!). Visual Studio

    # Visual Studio 2008 released - YEEHAA

    Monday, November 19, 2007 6:28 PM by Snowball - The Blog

    # Visual Studio 2008 and .NET Framework 3.5 released!

    Monday, November 19, 2007 6:32 PM by Leon Meijer's Weblog

    Visual Studio 2008 and .NET Framework 3.5 released!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 6:36 PM by Carlos Rubalcava

    Any recommendations for those who will try a side-by-side install with VS2005?  I currently have VS 2005 with all the .NET 3.0 goodness on Win XP (.NET 3.0 Runtime, Windows SDK and VS extensions for WCF, WPF & WF).  So I'll be looking to shift my primary environment to VS2008 as soon as I can (multi-targeting is the first thing I'm trying, BTW), but just wanted to see if there was anything I should uninstall before slapping it on my machine. Or anything that might cause me to be unable to uninstall VS2005 later on?

    # Visual Studio 2008 and .NET Framework 3.5 are RTM

    Monday, November 19, 2007 6:38 PM by Dragan Panjkov blog

    Visual Studio 2008 and .NET Framework 3.5 are RTM

    # VS 2008 and .Net 3.5 shipped..!

    Monday, November 19, 2007 6:49 PM by Sunny Nagi

    Coming straight from Somasegar's blog - Visual Studio 2008 and .Net framework 3.5 have been shipped!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 7:07 PM by Dominic Pettifer

    If I install the 90 day trial version of VS2008 Pro, will I be able to convert it to the full version when I buy it on release, or will I need to reinstall it again?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 7:08 PM by Long Nguyen

    A bit sad because of missing MVC !

    # Woot! ASP.NET 3.5 Released Today! &laquo; SpellDamage

    Monday, November 19, 2007 7:10 PM by Woot! ASP.NET 3.5 Released Today! « SpellDamage

    Pingback from  Woot! ASP.NET 3.5 Released Today! &laquo; SpellDamage

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 7:10 PM by Mark Wisecarver

    YeeeeeeeeeeHaw!

    # VS2008 e .NET 3.5 - mais informações

    Monday, November 19, 2007 7:12 PM by Good News and No News: Cezar Guimarães

    O Scott Guthrie relembra mais algumas funcionalidades interessantes do VS2008 e do .NET Framework 3.5.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 7:12 PM by David

    Wow, 127mb for the full runtime redistributable. That's insanely big. Is there a smaller version of the redistributable we can download?

    Framework 2.0 - 22.4 mb

    Framework 3.0 - 50.3 mb

    Framework 3.5 - 127 mb *gasp*

    Does .Net framework follow Moore's law too?

    # Coder Journal &raquo; Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 8:08 PM by Coder Journal » Visual Studio 2008 and .NET 3.5 Released

    Pingback from  Coder Journal  &raquo; Visual Studio 2008 and .NET 3.5 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 8:56 PM by Wesley Parish

    Just one question: I'm getting used to Visual [Programming Language] Express 2005.  I've been teaching myself C# with a couple of books that seem to rely on certain Visual Studio C# 2003 features that aren't quite the same in V[PL] Express 2005.

    Am I likely to find myself in the same bother with Visual [PL] Express 2008?

    Thanks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 9:33 PM by Carlos Rubalcava

    OK, I'm a bit dissapointed about the multi targetting support.  I just tried opening a VS2005 solution wich has a bunch of projects and VS2008 is telling me it must convert the project files to a new format.  If I click cancel it won't open the solution.  Just out of curiosity, I tried previewing what the changes would be and they seem pretty trivial (changing a version number in the .sln file, and adding an attribute and an element in the .csproj files), however this would still involve a change to these files that are under source control.  Plus the wizard states "After a solution or any of its projects has been converted, it may not be possible to edit, build or run in previous versions."  Whether this is true or not, it made me stop because not all developers on the team will migrate to VS2008 right away so it's too much of a risk if it were true.

    I remember a comment by Scott on this post:

    weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx

    That mentioned: "If you pick "don't upgrade" on a VS 2005 project, VS 2008 will open it in multi-target mode targetting .NET 2.0."

    Did I miss something?

    # Visual Studio 2008 and .NET Framework 3.5 Released! &laquo; BuLOnG

    Pingback from  Visual Studio 2008 and .NET Framework 3.5 Released! &laquo; BuLOnG

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 9:39 PM by vbl

    I had a look around but I could not find any info on comparing the different versions (Express, Std, Pro, Team) anyone no of where I can find this info?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 9:51 PM by SoftMind Systems

    Congratulations ScottGu.

    You and your team have done a fantastic job.

    3.5 with Linq and Ajax support is great.

    We now look forward to MVC and DLR fully implemented with Dynamic Languages support.

    Thanks

    SoftMind Systems

    # Code for Web &raquo; About time, VS.NET 2008 Released!

    Monday, November 19, 2007 10:13 PM by Code for Web » About time, VS.NET 2008 Released!

    Pingback from  Code for Web &raquo; About time, VS.NET 2008 Released!

    # Visual Studio 2008 and .NET 3.5 Released &laquo; Dataland

    Monday, November 19, 2007 10:22 PM by Visual Studio 2008 and .NET 3.5 Released « Dataland

    Pingback from  Visual Studio 2008 and .NET 3.5 Released &laquo; Dataland

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 10:23 PM by Jared

    Oy! So Microsoft has finally shipped Visual Studio 2008.  When time permits, I really am looking forward to trying it out!  Hopefully Visual C++ native performance will be...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 10:43 PM by ScottGu

    Hi CoryR,

    >>>>>>> I am attempting to install the RTM of VS2008 Professional and I get a message "Setup has detected that this computer does not meet the requirements to install this software". The message states that Windows XP Service Pack 2 is needed, even though I am using Vista. Help...

    I believe this problem is because Vista is running setup in application compatibility mode.  This blog post describes how to fix this: blogs.msdn.com/.../2491743.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 10:49 PM by Scott Marcus

    Hi Scott,

    I love your blog, but can you consider moving the date that your posts are made to just above or below the title of the blog entry?

    Often the entry is something that is time-sensitve ("Today we shipped Visual Studio 2008 ...") and if I haven't been to your blog in a while, I have to hunt for when you made that entry to know when "Today" is referring to.

    Thanks & keep up the great work!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 11:02 PM by ScottGu

    Hi Carlos,

    >>>>>>>> OK, I'm a bit dissapointed about the multi targetting support. I just tried opening a VS2005 solution wich has a bunch of projects and VS2008 is telling me it must convert the project files to a new format. If I click cancel it won't open the solution

    You can share project files between VS 2005 and VS 2008.  What you can't do is share .SLN solution files.  Instead you'll want to have two versions of these (one for VS 2005, one for VS 2008).  Here are two blog posts that cover this more: www.west-wind.com/.../122975.aspx and blogs.msdn.com/.../how-to-use-solutions-and-projects-between-visual-studio-2005-and-2008.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 11:18 PM by Vikas Goyal

    Great Stuff !!!

    Vikas

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 11:29 PM by vikram

    What a news You made my day. Congratulation to you and your team for the great effort to get this out in shut time frame. Cant wait to download the stuff

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 19, 2007 11:33 PM by Keith Rimington

    Wonderful, Scott!

    I've been wired to see this since your keynote at DevConnections in Vegas. Thanks for the hard work you and your team put into this.

    Keith

    # Release of .NET Framework 3.5 &amp; Visual Studio 2008 | Code-Inside Blog

    Pingback from  Release of .NET Framework 3.5 &amp; Visual Studio 2008 | Code-Inside Blog

    # Visual Studio 2008 and .NET 3.5 Released

    Scott Guthrie blogged: "Today we shipped Visual Studio 2008 and .NET 3.5. You can download...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:11 AM by Erik Wynne Stepp

    Scott, do you know if the ADO.NET Entity Framework Beta 2 will work with the RTM bits?  If not, do you have an updated CTP will be available that will work with RTM?

    BTW, congrats on shipping!

    # hosthg &raquo; Blog Archive &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  hosthg  &raquo; Blog Archive   &raquo; Visual Studio 2008 and .NET 3.5 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:21 AM by Speednet

    Scott,

    Congratulations to you and your team for this monumental release!  What is most commendable is the fantastic lead-up period that let the developer community become comfortable with the new tools and technologies even before they were released.  Bravo!

    -Todd

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:24 AM by ScottGu

    Hi Scott Williams,

    >>>>>>>> Are there any requirements to installing this if you already have Beta 2 installed? I know there were a few hoops to jump through for 2005 and its betas.

    I have a few uninstallation steps that I listed above.  In general, I'd recommend uninstalling all of the Beta2 components, rebooting, and then doing installation of the RTM bits.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:25 AM by ScottGu

    Hi Mike,

    >>>>>> I was wondering: is anything changed in the rendering of ASP.NET webcontrols to finally make ASP.NET 100% XHTML compliant (instead of 99%)?

    New controls like the <asp:listview> control support 100% markup customization.  Older controls still emit the same markup that they did for compatibility reasons.  You can use control adapters for customization of this if you want though.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:26 AM by ScottGu

    Hi Mike,

    >>>>>>> Can Microsoft produce a complete list of bug fixes? Maybe based on the issues on Microsoft Connect?

    I believe someone is putting a list together of this, but I don't think it is published yet.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:28 AM by ScottGu

    Hi Osiris209,

    >>>>>>>> When will VS 2008 be available for purchase?  I dont have an MSDN subsciption and heard it wasnt until Jan/Feb with SQL 2008...is this the case?

    VS 2008 will be available for purchase outside of MSDN early next year.  In the meantime, you can download the trial edition which is good for 90 days.  This should tide you over until then.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:29 AM by ScottGu

    Hi Remco,

    >>>>>> Will there also be a download of the .Net 2.0 SP1 distributable for installation on Windows 2000 Professional and Windows 2000 Server?

    Yes - I believe the .NET 2.0 SP1 redist will work on Windows 2000 as well.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:29 AM by ScottGu

    Hi Ray,

    >>>>>>>> Thanks to you and your team for all the hard work! Did shipping today have anything todo with the Jolt award deadline? :)

    I can safetly say no. :-)

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:31 AM by ScottGu

    Hi Troy,

    >>>>>>>> Scott, is there a listing anywhere of what new features are available in 2.0 projects while using 2008? I understand that lamda expressions are, for instance (I think), while LINQ I believe is not, but a complete list would be great.

    Unfortunately I don't know of a complete list I'm afraid.  I do know that all the CSS features, split-view, JavaScript intellisense, JavaScript debugging, database publishing features all work with .NET 2.0 projects.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:32 AM by ScottGu

    Hi Darin,

    >>>>>>> Can 2008 be installed on a box with VS 2003 without interfering with 2003?  

    Yes - you can install VS 2008 and VS 2003 safetly side by side.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:34 AM by ScottGu

    Hi Edison,

    >>>>>>> Will the existing AJAXControlToolkit 3.5 Beta 2 work with the RTM?

    In theory they probably will, but I'd recommend upgrading the a version of the AJAXControlToolkit built against the final RTM version.  This is now available for download here: www.codeplex.com/.../ProjectReleases.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:35 AM by ScottGu

    Hi Izandman,

    >>>>>> Are there any issues uninstalling VS2008 Beta 2. I remember you released a tool for uninstalling the VS2005 Beta/RC's, because the uninstaller didn't work. Are you going to release something similar for VS2008 Beta 2? I myself only used VS2008 inside VPC's, but I know some colleagues who might want to uninstall VS2008 Beta 2.

    The standard uninstall process should work.  We don't know of any issues requiring a separate cleaner.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:35 AM by ScottGu

    Hi David,

    >>>>>> Has Microsoft released the feature breakdown per edition?  My company has been using a mixture of VSTS Developer and Professional.  Since unit testing was moved to Professional we are wondering why we would stick with Developer.  A feature list per SKU for 2008 would be great.

    Unfortunately I don't know if this has been published just yet.  I believe it will be in the future though.

    Sorry!

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:39 AM by ScottGu

    Hi Ryan,

    >>>>>> What is happening with the Asp.NET source code release now that 2008 is official?

    We'll be shipping the source code to the .NET Framework (including ASP.NET) in a few weeks.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:40 AM by ScottGu

    Hi Mohammed,

    >>>>>> I have downloaded Visual Web Developer Express 2008 played with it a bit. My question is why is the web.config so ugly and confusing compared to the clean, simple .NET 2.0 config? Sure there are lots of new features like Linq and many others, but aren't they suppose to be integrated into VS by now? Will web.config 3.5 always look this messy?

    The default web.config file adds ASP.NET AJAX support in addition to LINQ.  You can remove these settings if you want - but in general you'll want them there if you are using AJAX and LINQ in your application.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:41 AM by ScottGu

    Hi Peter,

    >>>>>>> Visual C++ Express Edition now comes with a x64 compiler?

    Unfortunately the express edition only comes with a 32-bit compiler.  The main reason was due to size (the 64-bit compiler more than doubles the size).  

    Sorry,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:42 AM by ScottGu

    Hi Wonderblast,

    >>>>>>> Any idea what SKU devconnections attendees will be getting?

    I believe the DevConnections attendees will be receiving Visual Studio 2008 Standard Edition.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:44 AM by ScottGu

    Hi Elijah,

    >>>>>>> I get the following error after converting my VS 2005 MS AJAX project to VS 2008 Express...  "The SupportsPartialRendering property cannot be changed after the Init event." I never had that issue before & I'm not setting SupportsPartialRendering or EnablePartialRendering anywhere in code.

    I haven't seen that issue before.  If you can send me an email with more details (scottgu@microsoft.com) I can get someone on my team to take a look and help you with it.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:46 AM by ScottGu

    Hi Carlos,

    >>>>>> Any recommendations for those who will try a side-by-side install with VS2005?  I currently have VS 2005 with all the .NET 3.0 goodness on Win XP (.NET 3.0 Runtime, Windows SDK and VS extensions for WCF, WPF & WF).  So I'll be looking to shift my primary environment to VS2008 as soon as I can (multi-targeting is the first thing I'm trying, BTW), but just wanted to see if there was anything I should uninstall before slapping it on my machine. Or anything that might cause me to be unable to uninstall VS2005 later on?

    There shouldn't be any problems with side-by-side with this.  Let me know if you run into issue with it!

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:47 AM by ScottGu

    Hi Dominic,

    >>>>>> If I install the 90 day trial version of VS2008 Pro, will I be able to convert it to the full version when I buy it on release, or will I need to reinstall it again?

    Unfortunately I'm not 100% sure of the answer to this.

    Sorry!

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:49 AM by ScottGu

    Hi David,

    >>>>>> Wow, 127mb for the full runtime redistributable. That's insanely big. Is there a smaller version of the redistributable we can download?

    I believe there are a couple of redists you can download.  That redist has everything, and will work for both a clean machine, as well as a machine that has the various different options in it (.NET 3.0, .NET 2.0 SPs, etc).  We will be coming out with a smaller redist in the future that you can use for clean machine scenarios.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:50 AM by ScottGu

    Hi Erik,

    >>>>>> Scott, do you know if the ADO.NET Entity Framework Beta 2 will work with the RTM bits?  If not, do you have an updated CTP will be available that will work with RTM?

    The older bits won't work - but there is an ADO.NET Entitiy Framework update coming shortly that will work on the RTM bits.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:07 AM by Sankar

    Awesome this is...

    # Visual Studio 2008 Beta 2 to RTM Experience

    Tuesday, November 20, 2007 1:37 AM by Ian Suttle's Blog

    Visual Studio 2008 Beta 2 to RTM Experience

    # Visual Studio 2008 RTM Live and Kicking!

    Tuesday, November 20, 2007 1:39 AM by Guy Burstein [MVP]

    Visual Studio 2008 RTM Live and Kicking! Yesterday, after the announcement that Visual Studio 2008 RTM

    # Programowanie C# &raquo; Blog Archive

    Tuesday, November 20, 2007 1:42 AM by Programowanie C# » Blog Archive

    Pingback from  Programowanie C#  &raquo; Blog Archive

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 2:01 AM by Ian Suttle

    Is there a way to get Team Explorer without downloading the whole TFS build?  Is the 2008 Team Explorer compatible with the 2005 release of TFS?

    # public void photograph() &raquo; Visual Studio 2008 is here

    Tuesday, November 20, 2007 2:03 AM by public void photograph() » Visual Studio 2008 is here

    Pingback from  public void photograph() &raquo; Visual Studio 2008 is here

    # Visual Studio 2008 is out

    Tuesday, November 20, 2007 2:09 AM by Mathias Svensson's Weblog

    The long wait for Visual Studio 2008 is finally over. Visual Studio 2008 and Net 3.5 is now released. If you are a MSDN subscriber, you can download your copy from the MSDN subscription site. None-MSDN subscribers download a 90-day free trail ed

    # Visual Studio 2008 和 .NET 3.5 发布了

    Tuesday, November 20, 2007 2:14 AM by Randy0528

    转自:blog.joycode.com/.../111568.aspx

    # Inmateabout.Com &raquo; Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 2:23 AM by Inmateabout.Com » Visual Studio 2008 and .NET 3.5 Released

    Pingback from  Inmateabout.Com &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Orcas Arrives &laquo; Re.Mark

    Tuesday, November 20, 2007 2:45 AM by Orcas Arrives « Re.Mark

    Pingback from  Orcas Arrives &laquo; Re.Mark

    # Visual Studio 2008/ASP.NET 3.5/.NET 3.5 Released

    Tuesday, November 20, 2007 2:47 AM by Hauser & Wenz :: Blog

    As promised, Visual Studio 2008 and ASP.NET 3.5 and .NET 3.5 have been released. Somehow the Team System Edition does not show up in my MSDN subscription yet, but the Professional Edition is downloading at full speed Also, the Express Editions (includin

    # Codegear nereye&#8230; &raquo; Blog Archive &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  Codegear nereye&#8230;  &raquo; Blog Archive   &raquo;  Visual Studio 2008 and .NET 3.5 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:13 AM by XtiaN

    Nice... i hope this build can 100% support CSS Web Designer.

    # MSDN Blog Postings &raquo; It is done

    Tuesday, November 20, 2007 3:18 AM by MSDN Blog Postings » It is done

    Pingback from  MSDN Blog Postings  &raquo; It is done

    # Visual Studio 2008 and .NET 3.5 Released - ScottGu&#8217;s Blog &laquo; Noocyte&#8217;s Weblog

    Pingback from  Visual Studio 2008 and .NET 3.5 Released - ScottGu&#8217;s Blog &laquo; Noocyte&#8217;s Weblog

    # Visual Studio 2008 released. &laquo; Coding with a Caffeine Rush&#8230;

    Pingback from  Visual Studio 2008 released. &laquo; Coding with a Caffeine Rush&#8230;

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:05 AM by Dillors Croft

    Scott are the Friendly Control Adapters implemented in VS 2008 or is it still a seperate download?  If they are will the download be able to target VS 2008?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:28 AM by Lee Davies

    From my own experience from installing the beta this version seems to change ISS config, which in my case rendered the dotnetnuke framework unusable.  I had to uninstall everything including ISS to be able to get VS2005 working properly again - Is this fixed?  If not I cannot upgrade!

    I attended the MS conference in London recently, and like most of the new features.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:35 AM by Remco

    Hi Scott,

    I have been unable to find a download of .Net 2.0 SP1. It says it is included in .Net 3.5 redistributable, but this won't install on Win2k. If I extract the files from .Net 3.5 redistributable then I can see a folder for .Net 2.0 (presumably including SP1) but the msi won't install without a setup.exe. Can you help me install .Net 2.0 SP1 on Win2k please?

    cheers

    Remco

    # Nuno Silva &raquo; Blog Archive &raquo; Visual Studio 2008 and Framework 3.5

    Pingback from  Nuno Silva  &raquo; Blog Archive   &raquo; Visual Studio 2008 and Framework 3.5

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:47 AM by Stephen

    I can see that .NET 3.5 redist is available. Are there any plans to release a .NET 3.5 SDK, independently from VS2008?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:48 AM by someone

    Amazing, this IDE just keeps getting more powerful. Congrats to your team.

    1.  Will 2005 Express editions remain available for download and for how long?

    2.  Is pricing the same? Can I upgrade from 2005 Standard to 2008 Pro for the upgrade price?

    3.  Will retail purchase be only available after the February launch?

    4.  Any other minor features dropped in 2008 apart from J#?

    5.  All websites will be updated soon or after the launch? I would like a detailed comparison table for editions, more detailed than the one for VS 2005. Is developing a Windows service for example not available yet in Standard edition?

    6.  Are there ANY plans for servicing .NET 1.1 SP1?

    7.  Can the trial version be upgraded to the full version by entering the product key purchased later?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:49 AM by Christian

    Great work, Scott! One question though: when will localized versions of VS2008 hit MSDN?

    # Nye tider

    Tuesday, November 20, 2007 5:09 AM by Nye tider

    Pingback from  Nye tider

    # Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:19 AM by Merrick Chaffer's Blog

    For a blog detailing all the new features with.NET3.5 and Visual studio 2008, including javascript intellisense

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:27 AM by Quango

    So this is the third version of VB.NET.. and refactoring is still not there in the IDE. I can take a hint - convert to C# it is then.

    And before you say "third party apps", I will pre-empt this: "buggy and unreliable"

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:38 AM by Leon Zandman

    Hey Scott, I noticed VS2008 wants to convert my existing VS2005 solutions. Why? The problem is that the converted solutions cannot be opened in VS2005 anymore, which some of my team members still use. I thought VS2008's multi-targeting support didn't require me to have VS2005 installed anymore, but now I still have to install them side-by-side.

    # SQL Server 2008 November CTP is released

    Tuesday, November 20, 2007 5:39 AM by Craig Bailey Link Blog

    Just a few hours after Visual Studio 2008 was made available , up comes the latest SQL Server 2008 CTP

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:45 AM by mentas

    Hello,

    How to remove beta2 versions? I can´t uninstall VC# Express and .NET 3.5 beta2..

    # rushda &raquo; Blog Archive &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  rushda  &raquo; Blog Archive   &raquo; Visual Studio 2008 and .NET 3.5 Released

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:56 AM by richbaker

    when attempting to install the Development edition on Windows Vista I get the error "Suite Integration Toolkit Executable has stopped working" and the install fails.

    Thanks

    Richard.

    # Techy News &raquo; VS 2008 RTMed and made available in the same day

    Pingback from  Techy News &raquo; VS 2008 RTMed and made available in the same day

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 7:26 AM by Thierry Thoua

    Hi,

    Is there any example available on the web for "WinForms and WPF projects can also now use the ASP.NET Application Services (Membership, Roles, Profile) for roaming user data. " ?

    And what's up with WCF in a XBAP application ? What's supported by .net 3.5 ?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 7:59 AM by Ali Muslim

    Also, have a look @ ==

       msdn2.microsoft.com/.../aa700831.aspx Have to wait for professional edition that we normally use.

    Have a good day!

    Ali

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 8:50 AM by Peter

    Hi Scott,

    Congrat on getting 2008 out the door - well done! :)

    Quick MVC question, will you be providing mvc style control constructs i.e <mvc:set mystring="mystringvalue">, <mvc:for-each>, <mvc:if>. It would be a pleasant alternative to the <% %> which is far from great.

    Cheers

    Pete

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 8:52 AM by Nebbercracker

    Hi Scott.  First of all congratulations and thanks for all the work you and your team has been doing.  I attended a presentation recently with a well-known .NET Author on the upcoming release of ASP.NET 3.5.  He noted that the advancements in the C# language (for this release) has far outweighed that for VB.  In fact, he suggested that VB was 'lagging behind'.  Is this so?  Should I be moving towards C# if I want to take advantage of some of these new enhancements?  Or, was this a premature statement?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 8:56 AM by Dancoe

    On regards to the web deployment projecy is it going to be fixed with the web application project? if dont know what i mean read my entry on my blog about web application project not working with web deployment project. undocnet.blogspot.com/.../web-application-project.html

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:01 AM by Steve Sloka

    Scott,

    I got everything installed, VS opens just fine, but when I try and create a new project or even just close a box pops up saying, "Visual Studio has encountered an unexpected error." Eventually I can get it to crash and end task.  I made sure all Beta bits were uninstalled and rebooted. The first time I ran into this I did a repair, then this morning I uninstalled and reinstalled, still same error.

    Has anyone else run into this yet?

    Thanks,

    ~ Steve

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:02 AM by Maciej Kuczara (ABB)

    One question Scott regarding GridView. If newer version of this control shiped with VS 2008 let me access controls in Item,Edit Templates etc without dirty FindControl("ctrlName").

    I know for a fact it isnt easy thing, but i was praying to go to have such functionality, for ex: myGridView.ItemTemplate.MyDropDownList....

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:10 AM by Athan D

    Still no resource editor available in VC++ Express Edition?

    I understand the reasons MFC libs are excluded but the resource editor is really necessary for anyone who writes in Win32 API.

    # VS 2008 and .net 3.5 Released &laquo; EricDotNet

    Tuesday, November 20, 2007 9:18 AM by VS 2008 and .net 3.5 Released « EricDotNet

    Pingback from  VS 2008 and .net 3.5 Released &laquo; EricDotNet

    # No Set Territories &raquo; Blog Archive &raquo; Orcas a vista&#8230;

    Tuesday, November 20, 2007 9:21 AM by No Set Territories » Blog Archive » Orcas a vista…

    Pingback from  No Set Territories  &raquo; Blog Archive   &raquo; Orcas a vista&#8230;

    # Så er VSTS 2008 og TFS 2008 sat i produktion :-)

    Nu er alle udgaver af Visual Studio 2008 samt Team Foundation Server sat i produktion, og de forskellige

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:30 AM by Sandro Rizzetto

    Am I the only who have problems to download the Team Foundation Server Workgroup Edition ? I receive immediately from the Akmai Download manager a "Fatal Error" ! Vs Pro and Vs team Edition were correctly downloaded (so I presume it isn't an issue with my client)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:43 AM by Michael

    Suggestion:  Please make the Team Explorer available as a separate download for us.  Thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:17 AM by Eric

    That Akamai downloader sucks donkey.  It quit on me twice at 80% and 78% and it doesn't let you resume from a 'Fatal Error'.  The regular Microsoft downloader ActiveX control is MUCH MUCH MUCH better.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:22 AM by ShaggyGI

    When will the Professional version be released to purchase ( From Amazon.com, etc. ) for the regular peeps?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:31 AM by Daniel

    Any chance we'll have a .NET 3.5 SDK?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:56 AM by smehaffie

    This is great and I am installing it now.  Hoping this will provide fix some of the issue with .Net web applications running under IIS7.  I cannot wait for Silverlight 1.1 to be release and the add-in to fully support Silverlight 1.1 development.

    One important question though.

    Why does the 3.5 framework install install a bunch of files in the Microsoft.Net\Framework\v2.0.50727 directory? Is this to fix bugs reported in this version? Since this looks like it actually replaces file, this could cause problems with existing applications.  This really needs to be made known to everyone, since replacement of older files in this directory might require a lot more testing of existing application before some companies would allow this to be deployed to production (depending on the response to this inquire).

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 11:10 AM by ChrisC

    Hi Scott, is there a reason the MVC release has been delayed from the 2008 RTM?  Will we have to wait a lot longer to get this or is this only a few days away?

    Monday, October 15, 2007 2:31 AM by ScottGu

    Hi NGoc,

    >>>>> Will MVC Framework be include in VS 2008 RTM?

    The MVC Framework will work with VS 2008 RTM (we'll be releasing the first preview release of it at the same time as VS 2008 RTM).  The MVC framework itself will live in a separate assembly to begin with, and then be built-in to .NET 3.5 SP1.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 11:30 AM by dmurillo

    At last! Yes Yes Yes

    Congratulations for shipping :-)

    # Daily Dose of Links - 20071119 &laquo; Daily Geek Bits

    Tuesday, November 20, 2007 12:00 PM by Daily Dose of Links - 20071119 « Daily Geek Bits

    Pingback from  Daily Dose of Links - 20071119 &laquo; Daily Geek Bits

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:01 PM by Laima Fritzler

    Do you have any idea when VS 2008 will be shipped to those attending the Dev  Connections Conference in Las Vegas (Nov. 5 - Nov. 8)?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:09 PM by Simon

    Hi Scott, is there an option in Visual Studio 2008 to highlight the current line I'm editing? This feature was missing from 2005 and I really don't think it justifies downloading an addin just to have what should be a built-in editor option.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:18 PM by Adam Nemitoff

    Error installing VS2008 Professional - Can't intstall 'Web Authoring Component'

    I didn't know where else to turn... It seems the VS Installation forum is not being monitored.  I am trying to install on windows xp professional that has NOT had any of the VS2008/Orcas Beta's installed (but is my primary VS2005 machine).

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:21 PM by mkay

    Are there official signatures for the ISOs anywhere, to verify a valid download?  In particular, I'm looking for the Test System one.

    I used the Akamai downloader twice, but both times it made it to 99% and then reported a corrupt download.

    I discarded those and downloaded using Firefox, to bypass the downloader, and I managed to install VS, but the MSDN installer reported a corrupt cab file.

    # MSDN Blog Postings &raquo; Visual Studio 2008 and .NET 3.5 is now available

    Pingback from  MSDN Blog Postings  &raquo; Visual Studio 2008 and .NET 3.5 is now available

    # Visual Studio 2008 And .NET 3.5 Launched

    Tuesday, November 20, 2007 12:36 PM by Raheel Hussain
    A Programmer's Blog

    Today Microsoft has launched the Visual Studio 2008 and .NET 3.5 For further information, please follow

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:38 PM by Ion Singh

    Trying to download from the main page. [msdn2.microsoft.com/.../default.aspx]. The page postbacks and does nothing?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 12:41 PM by ShaggyGI

    When will the VS 2008 Professional version be available to purchase ( Amazon.com, etc. ) for the regular peeps?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:13 PM by Carlos Rubalcava

    Thanks Scott!  The tip about how to share projects between VS2005 and VS2008 was just what I was looking for.  Now I can honestly say, woohoo! VS2008, here I come! :-)

    # Visual Studio 2008 Failed Installation (Solved)

    Tuesday, November 20, 2007 1:19 PM by Guy Barrette

    I had Visual Studio 2008 Team RC installed on my laptop and I wanted to install the RTM version so I

    # SitePoint Blogs &raquo; Visual Studio 2008 RTM Is Here!

    Tuesday, November 20, 2007 1:20 PM by SitePoint Blogs » Visual Studio 2008 RTM Is Here!

    Pingback from  SitePoint Blogs &raquo; Visual Studio 2008 RTM Is Here!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:20 PM by Dave

    First off, Congrats!

    Second: what about pricing for all of us non-MSDN chumps?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:45 PM by Eric den Doop [VFP MVP]

    Congrats Scott.

    I loaded VS2008 onto a fresh Windows Vista box with all patches and tried to convert the solution files of out Visual FoxPro community website. It has no problems converting Class Library projects. However, it fails to convert the main ASP.NET 2.0 Web Application project file. It displays a messagebox titled "Visual Studio Conversion Wizard Error". The error message is "System.Runtime.InteropServices.COMException" which is rather useless. When I click the only button (OK), I can check the conversion log file. There it says that all files are converted correctly and there's no sign of the COMException. Any hints?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:47 PM by Scott Parker

    Anyone else getting a message saying 3.5 pre-release has not been uninstalled, when it in fact has been uninstalled via the Control Panel?

    Any idea what reg keys I'm missing or some other manual way to wipe this?

    Thanks,

    -Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:50 PM by Steve Sloka

    Scott,

    I've installed everything and any menu item (or if I try and close) throws an error, "Vistual Studio has encountered an unexpected error."

    I've repaired, and even reinstalled everything.  Has anyone else run into this issue?

    Thanks,

    ~ Steve

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:51 PM by Joe Audette

    Hi Scott,

    I'm working on an open source ASP.NET 2.0 project.

    I was all excited to try VS 2008 for the javascript debugging features but when I try to open the solution it wants to convert it to a new format. Any way around this? I can't expect everyone working on the project to have VS 2008. If I convert the solution and project it won't work in VS 2005 anymore.    

    Any way around this problem? Otherwise I will have to wait quite a while before I can start using VS 2008.

    Thanks,

    Joe Audette

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 1:58 PM by Carlos Iriarte

    This is awesome, I was just babycrying to my teammates to change to VS2008 :)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 2:27 PM by smehaffie

    If you have VS2005, once you are sure that all your projects work in VS2008 is there any issues with uninstalling VS2005?  If so what are they and how do you overcome them?  What exactly should be uninstalled for VS2005?

    # 5 Hot ASP.NET Tips and Tricks - 11/20/2007

    Tuesday, November 20, 2007 2:37 PM by 5 Hot ASP.NET Tips and Tricks - 11/20/2007

    Pingback from  5 Hot ASP.NET Tips and Tricks - 11/20/2007

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:07 PM by dancoe

    I have done some work with the web deployment and web application and found out that they dont work together as default only if you modify the web application project that the web deployment project will work correctly. but that breaks edit and continue etc. it is going to be fixed when the web deployment project becomes available to vs 2008?

    see my post if you like for more in depth information on the problem. undocnet.blogspot.com/.../web-application-project.html

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:08 PM by Marcos

    Scott, any chance you can fix up your RSS feed so it can display properly on the VS start page? Their current display on the start page make it too difficult to read. Just one jumbled text mess.

    Just an idea...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:28 PM by Mike Louvier

    Is there some trick to have Business Intelligence projects in VS2008? Will it work with SQL Reporting services 2005 or must I install SQL 2008? Thanks,

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:44 PM by Arash

    Hi Scott,

    Thanks for your wonderful work:)

    I have some questions ;)

    1-How can i download your nice articles for using offline?

    2-can we do programming for silverlight 1.0 with VS 2008?

    3-do you have any plan for integrating the silverlight with .net framework or at least the tools for programming silverlight?

    and the last questions is about silverlight !

    I wnat to know why the silverlight 1.1 could not run the sample that is written with silverlight 1.0 and I have problem with the silverlight 1.0 samples I could not run them with the release version of silverlight 1.0 , I replace the JS files.

    and can i contact with you through ScottGu@microsoft.com ?

    Thanks a lot

    Arash

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 3:55 PM by Vince

    is there a link to find a side by side comparaison of the different vs2008 versions.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:09 PM by Kevin

    Hi, Scott,

    I installed VS2008 Team Trail version today. It seems the way How LINQ to Sql works is changed a lot from beta2. The generated entity classes doesn't support operations on entity collections, such as "RemoveAll()" and "Add(...)". Those functions do exist in VS2008 Orcas beta2. So without those function how can I delete/add the single item from/to a table by using the DLINQ entity class? Thanks.

    -Kevin    

    # &raquo; Visual Studio 2008 has shipped | John Carroll | ZDNet.com

    Tuesday, November 20, 2007 4:26 PM by » Visual Studio 2008 has shipped | John Carroll | ZDNet.com

    Pingback from  &raquo; Visual Studio 2008 has shipped | John Carroll | ZDNet.com

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 4:33 PM by Eric

    The Akamai downloader is a piece of junk!  I've attempted to download the file from the 'Top Downloads' section of the MSDN subscriber site three times and all three times I've gotten the following error:

    Download Manager - Error

    The requested file is not available for download.  Contact the author of the page that contains the link.  This download will be canceled.

    I've hit completion percents of 78%, 90% and 88%.  I've downloaded over 10 GB so far and each time it has to restart from scratch.  Very frustrating!!!

    I never had this kind of problem with the standard Microsoft MSDN subscriber download browser plug-in.

    # Microsoft release a whole bundle of developer goodies | David Arno's Blog

    Pingback from  Microsoft release a whole bundle of developer goodies | David Arno's Blog

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:00 PM by Rajesh

    Very newbee type question. I opened an existing C# project, VS2008 went through the mechanics of converting the project and presenting the interface. The project is targetted for .NEt 2.0 platform but I am still able to use var x=10; and compile just fine with no errors! Am I missing something? I thought this statement was not supposed to compile if target is .NET 2.0. Please help and I apologize if this has been answered already.

    Rajesh

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:09 PM by toebens

    hi scott,

    just wanted to say "thank you" for posting very useful info at your blog! please keep up the good work. screenshots and code snippets often make things easy to understand.

    respect + thanks, toebens

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:10 PM by Senthil

    Hope i can install 2003,2005 and 2008 side by side with (out :)) any issues..dwnloading the vs2008 images....

    Senthil

    # VS2008/.NET 3.5 Ships...sooooo...where's the source?

    Tuesday, November 20, 2007 5:13 PM by Shawn Burke's Blog

    By now I'm sure you've heard that Visual Studio 2008 &amp; the .NET Framework 3.5 shipped on Monday .&#xA0;&#xA0;

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:21 PM by Brian Finnerty

    Hi Scott. Do you know if MS will be sticking with the C# 3.0 and VB 9.0 nomenclature, or will the languages officially become C# 2008 and VB 2008? Congrats on the timely RTM. Thanks.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:32 PM by Corey

    Wow.  I did exactly what you said to remove the Beta2 framework, ide, and the web authoring component...in the end I can't do anything inside Visual Studio 2008.  It reports that "Visual Studio 2008 has encountered an unexpected error." no matter what I try to do...be it closing the application, launching the 'about' screen, or trying to create a new project.  Classic.  Good thing I got plenty of virtual machines and backups.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 5:46 PM by ash

    Can I slap the framework 3.5 on Windows Server 2003 machine and deploy applications developed in VS 2008 and expect them to work?? I guess the question I am trying to get answered is is there anything about VS 2008 that would only work on Vista??? Will the standard web apps (with linq) work fine on win server 2003?

    # Visual Studio 2008 version final, para las masas

    Tuesday, November 20, 2007 5:57 PM by SergioTarrillo's RichWeblog

    Como ya muchos geeks lo han comentado , mientras otros terminábamos demos de ASP.NET con VS2008 y Silverlitght

    # MSDN Blog Postings &raquo; VS2008/.NET 3.5 Ships...sooooo...where's the source?

    Pingback from  MSDN Blog Postings  &raquo; VS2008/.NET 3.5 Ships...sooooo...where's the source?

    # Craig&#8217;s Linked List &raquo; .NET 3.5

    Tuesday, November 20, 2007 6:27 PM by Craig’s Linked List » .NET 3.5

    Pingback from  Craig&#8217;s Linked List &raquo; .NET 3.5

    # VS2008 y el .NET 3.5 ya estan disponibles!

    Tuesday, November 20, 2007 6:38 PM by Mucio Zarate

    Leyendo el Blog de Scott Guthrie me entero que ayer se liberó la versión RTM de Visual Studio 2008 para

    # Steps to Uninstall VS 2008 Beta2 before installing the VS 2008 Final Release

    Tuesday, November 20, 2007 6:56 PM by ScottGu's Blog

    Several people have asked me for recommendations on the best way to upgrade a system that has VS 2008

    # Visual Studio 2008 and .NET Framework 3.5 shipped!

    Tuesday, November 20, 2007 7:22 PM by Paulo Morgado

    Visual Studio 2008 and .NET Framework 3.5 has finally shipped. MSDN subscribers can download the final

    # Visual Studio 2008 and the .NET Framework 3.5 is finally here

    Tuesday, November 20, 2007 7:31 PM by Muhammad Suhada - a Tiny Contribution

    On Monday, Nov. 19 , Microsoft announced that Visual Studio 2008 and the .NET Framework 3.5 were released

    # Lançamento do Visual Studio 2008 e .NET Framework 3.5

    Tuesday, November 20, 2007 8:02 PM by Paulo Morgado

    O Visual Studio 2008 e a .NET Framework 3.5 foram finalmente lançados. Os subscritores MSDN podem descarregar

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 9:30 PM by vlad

    Hi Scott!

    I there any plans to support XPS documents (DocumentViewer and XpsDocument classes for instance) in the next releases of Silverlight 1.1.

    Thanks in advance.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:16 PM by Eric

    Help!! On my 3rd download attempt.  48% and 98% and....FATAL ERROR.  Have to start the thing all over again.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:27 PM by Buks

    Akamai download "manager" just told me during my second download attempt that the file (Vis Stud Prof 2008 RTM) is no longer available and terminated my download.  I have a 4G per month cap on my braodband connection that is now totally wasted.  Could they not at least give us a decent download manager?

    # .tip of the week (wk 2)

    Tuesday, November 20, 2007 10:28 PM by rand.Next();

    This isn't really a tip but more or less a general-knowledge type of thing. Everyone should upgrade and

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 10:42 PM by very good

    I have nothing to say. Nothing  is better than this. thank you,MS

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 11:15 PM by Chinedu Opara

    This was released on my birthday! Sweet!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 20, 2007 11:42 PM by IronRuby

    Hello Scott,

    Since the official Asp.Net 3.5, VS 2008 and VWD are available with Linq,.... can we expect new updated DATABASE tutorials by Scott Mitchell based on LINQ.

    Are there any plans for New Updated Starter kits based on LINQ, AJAX and CSS Controllers.

    Since none of the Starter Kits are updated by asp.net team since last 2 years, it would be a right time to do so.

    For the community and By the community is also shut down, so we have to depend much on asp.net team for a start.

    Thanks

    # Visual Studio.Net 8 and .Net 3.5 Released On My Birthday &laquo; Chin&#8217;s Pro/Tech Blog

    Pingback from  Visual Studio.Net 8 and .Net 3.5 Released On My Birthday &laquo; Chin&#8217;s Pro/Tech Blog

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 12:24 AM by JT

    Scott,

    Please point SourceSafe users to this blog post blogs.msdn.com/.../vs-2008-users-remember-to-download-the-sourcesafe-ctp.aspx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 12:28 AM by Forrest

    Excellent!  I haven't been able to get any of the betas to run ... downloading this now and crossing my fingers.

    # Visual Studio 2008 New Features Links

    Wednesday, November 21, 2007 12:42 AM by Rich's World

    Just starting to play with VS2008 and wanted to keep a list of links that would help me keep track of

    # We've shipped - what a week - and what a month

    Wednesday, November 21, 2007 1:06 AM by GarethJ's WebLog

    Well, you could hardly have missed that Visual Studio 2008 shipped this week . And as Ken has just announced

    # We've shipped - what a week - and what a month

    Wednesday, November 21, 2007 1:57 AM by Noticias externas

    Well, you could hardly have missed that Visual Studio 2008 shipped this week . And as Ken has just announced

    # Visual Studio 2008, SDK, Shell

    Wednesday, November 21, 2007 2:18 AM by Aali - a developer's view

    Last few days have been release days at Redmond: Visual Studio 2008 &amp; .NET 3.5 Visual Studio 2008...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 2:43 AM by Gyears

    When the Akamai Download manager starts, I receive this error:

    "There's a persistent network connectivity error..."

    I am using a Microsoft ISA Server Proxy: how must I configure it to allow the download?

    Thanks in advance for your help

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 3:13 AM by Satheesh babu

    Awesome!!!I am going to download it now!!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 4:16 AM by Remco

    Hi Scott,

    I found the download for .Net 2.0 SP1 here

    www.microsoft.com/.../details.aspx

    cheers

    Remco

    # Ruby.NET 0.9 released

    Wednesday, November 21, 2007 4:21 AM by ארכיטקטים אנונימים

    While everybody and their sister (especially in this blogging community) is busy celebrating the release

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 4:36 AM by Mohamed Omar

    Congratulations to all the Dev. Div @ Microsoft for these great products and specially to you Scott

    But I need to track the deeply technical changes or fixes in the .net fx 2.0 within SP1 and .net fx 3.0 SP1

    so , any document or URL

    Thanks

    Mohamed

    # New Visual Studio Express Editions released &raquo; StickBlog

    Wednesday, November 21, 2007 4:45 AM by New Visual Studio Express Editions released » StickBlog

    Pingback from  New Visual Studio Express Editions released &raquo; StickBlog

    # Visual Stuidio 2008 und .Net 3.5 Released

    Wednesday, November 21, 2007 4:59 AM by Christian Binder's Weblog

    Die Englische Version ist fertig :-) Der Launch in Deutschland ist erst im Februar 2008 Mehr Infos hier

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 5:53 AM by hashName

    Hi Scott..Congrats to you and your team!!!

    One question - Where can i find  the release notes for .NET 2.0 SP1 ?

    # Visual Stuidio 2008 und .Net 3.5 Released

    Wednesday, November 21, 2007 6:00 AM by Noticias externas

    Die Englische Version ist fertig :-) Der Launch in Deutschland ist erst im Februar 2008 Mehr Infos hier

    # Silverlight and Visual Studio 2008 RTM

    Wednesday, November 21, 2007 6:07 AM by Codeflakes.net

    Silverlight and Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 6:12 AM by Darrel Schreyer

    Hi Scott

    I get the following error when dragging the Wizard control onto the design surface of a web page or web user control:

    "Error Creating Control - Wizard1: The type initializer for 'Microsoft.Web.Design.ExtenderInformationServiceProvider' threw and exception."

    Is this a know issue or is it just a problem with my installation?

    Thanks

    # MSDN Blog Postings &raquo; Visual Stuidio 2008 und .Net 3.5 Released

    Wednesday, November 21, 2007 6:25 AM by MSDN Blog Postings » Visual Stuidio 2008 und .Net 3.5 Released

    Pingback from  MSDN Blog Postings  &raquo; Visual Stuidio 2008 und .Net 3.5 Released

    # .NET Framework 3.5 is released &laquo; Scribblings of a TechnoBuff

    Wednesday, November 21, 2007 7:12 AM by .NET Framework 3.5 is released « Scribblings of a TechnoBuff

    Pingback from  .NET Framework 3.5 is released &laquo; Scribblings of a TechnoBuff

    # Visual Studio 2008 RTM and .NET Framework 3.5 Released! at myredmonkey.co.uk

    Pingback from  Visual Studio 2008 RTM and .NET Framework 3.5 Released! at  myredmonkey.co.uk

    # There's Silverlight at the end of the tunnel

    Wednesday, November 21, 2007 8:47 AM by Driebier.net

    There's Silverlight at the end of the tunnel

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 8:55 AM by Andyj00

    Just started to use Visual Studio 2008 that I’ve downloaded from my MSDN subscription. There seems to be an issue when I’m in an aspx page and I hit F7, I would expect the Code View page to appear. It does not open. Also the View Code menu option is missing form the menu when right clicking on the aspx page?

    Is this a bug, or a config issue?

    Thanks

    Andy

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 9:11 AM by Marcus Ferbrache

    Hi Scott

    ".NET Framework 2.0 update not found. The win32manifest will not be embedded."

    Any idea what might be causing the above error, which occurs in VS2008 RTM when I try to create even a new console application?  I have seen references to this on connect, which suggested that it was because the Orcas beta wasn't supported on Vista, and that a hotfix / service pack would come out at the same time as VS2008 that would address this.

    I am running Vista Ultimate and have VS2008 Professional installed alongside VS2005.

    Many thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 9:26 AM by A Moon

    I am also getting the "Visual Studio has encountered an unexpected error." message when every I do just about anything in Studio.  I didn't have the beta intalled, but I do have a few addins Visualsvn and Testdriven.net

    # Sergio Hernando &raquo; Descarga gratuita de Visual Studio 2008 Express Edition

    Pingback from  Sergio Hernando &raquo; Descarga gratuita de Visual Studio 2008 Express Edition

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 10:04 AM by Duane Newman

    IS there an updated MSDN library for 2008?  The BETA had a library iso, but I can't seem to find it for 2008 (maybe I'm just blind and can't see it on the main page-I didn't have any problems downloading studio).

    Oh yeah: AWESOME!

    # VS2008 RTM out! &laquo; griffith.blog

    Wednesday, November 21, 2007 10:45 AM by VS2008 RTM out! « griffith.blog

    Pingback from  VS2008 RTM out! &laquo; griffith.blog

    # Joe Audette: Visual Studio 2008 How Long Should We Wait?

    Wednesday, November 21, 2007 10:53 AM by 工程師的雞排攤

    Since Microsoft has released Visual Studio 2008 and the .NET framework 3.5 , I like most passionate geek

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 12:35 PM by Quango

    Ooh, ooh! When will VS2008 RTM appear on feedback.. I want to be the first to post a bug!

    Well not really a bug as such.. the colour picker that used to appear on ASP server control property grid has been "downgraded".. see forums.asp.net/.../1184931.aspx

    # Easily Converting to Visual Studio 2008

    Wednesday, November 21, 2007 12:55 PM by John Robbins' Blog

    With VS 2008 being released on Monday , let the project conversions begin! While I wish we could have

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 12:56 PM by Denys Nikolayenko

    Many thanks to this notes.

    It was really helpful to get aware of all new features in VS 2008.

    Thanks for you help

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 2:03 PM by vdykcj

    Please let us know as soon as Web Deployment Projects for VS 2008 is available

    As always a great job Scott

    # the rasx() context &raquo; Blog Archive &raquo; Today???s Development of the Server Side

    Pingback from  the rasx() context  &raquo; Blog Archive   &raquo; Today???s Development of the Server Side

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 2:28 PM by fooberichu

    So I was all gung-ho and got VS2k8 installed on a fresh new Vista installation then went to install some 3rd party components (ComponentOne studio, ComponentArt) and was disappointed to find that ComponentOne wouldn't install at all because it requires some script in VS2k5 and ComponentArt installed but required some manual footwork to add the components into the toolbox.  I would've thought VS2k5 and VS2k8 were compatible... guess I was wrong. :(  Now I need to create a virtual machine to run 2k5 from in the meantime.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 2:52 PM by Mr_Zwicky

    Hi Scott,

    >>>>>>>>>>>>>> Visual C++ Express Edition now comes with a x64 compiler?

    >>>>>>>Unfortunately the express edition only comes with a 32-bit compiler.  The main reason was due to size (the >>>>>>>64-bit compiler more than doubles the size).  

    Does this mean VC++ Express 2008 cannot be used to create native x64 apps ?

    I ask because the MSDN docs imply that it can be used:

    <quote>

    64-bit tools are not available on Visual C++ Express Edition by default. To enable 64-bit tools on Visual C++ Express Edition, install the Windows Software Development Kit (SDK) in addition to Visual C++ Express Edition. Otherwise, an error occurs when you attempt to configure a project to target a 64-bit platform using Visual C++ Express Edition.

    </quote>

    I have tried installing Windows SDK and also the .NET SDK, but cannot configure VC++ 2008 Express to create native x64 EXE's. Is it possible and, if so, are there any step-by-step instructions on how to do this (including URl's of the exactly files/SDK's that need to be downloaded) ?

    PS. I'm loving the new /MP multi-process build option - It's cut my compilation time by two-thirds. :)

    # RIABG.org &raquo; Visual Studio 2008 ?? .NET 3.5 ???????????????? ???? 19-????

    Pingback from  RIABG.org &raquo;  Visual Studio 2008 ?? .NET 3.5 ???????????????? ???? 19-????

    # Marc Melvin&#8217;s Blog &raquo; Blog Archive &raquo; VS 2008 and .NET 3.5 Released!

    Pingback from  Marc Melvin&#8217;s Blog  &raquo; Blog Archive   &raquo; VS 2008 and .NET 3.5 Released!

    # VS 2008英語版RTM、体験版、Express Edition 英語版は無償公開中

    Wednesday, November 21, 2007 4:39 PM by 米田 Blog ( SQL Server MEMO )

    VS 2008英語版RTM、体験版、Express Edition 英語版は無償公開中

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 5:05 PM by Jonas

    Can't wait to play with this. Will it be available on msdnaa?

    # Visual Studio 2008英文正式版已经发布在MSDN

    Wednesday, November 21, 2007 6:31 PM by 自由、创新、研究、探索……

    今天登陆MSDN发现Visual Studio 2008英文正式版已经发布,MSDN订阅者已经可以下载.这次公布的Visual Studio 2008包括所有Team版本,方便开发人员为Windows Vista、Windows Server 2008、Office 2007、移动设备和网络开发最新应用程序.正式版本将在明年二月底发布

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 8:12 PM by Chyld Medford

    Awesome!  The best development suite on the planet!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 8:57 PM by bradw

    So I noticed in VS2008 that there is no template to create an 2.0 Ajax enabled WAP.   Do we need to create our own template to continue creating 2.0 Ajax webs in VS2008?  Is there, or will there be an update to Ajax 1.0 to add in VS2008 templates for .Net 2 WAPs?

    # dashda &raquo; Blog Archiv &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  dashda  &raquo; Blog Archiv   &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Visual Studio 2008 RTM

    Wednesday, November 21, 2007 10:37 PM by Tims Blog

    Microsoft has Released To Manufacturing (RTM) Visual Studio 2008, a software development platform that I'm sure any ASP.NET developer would be aware of, and the accompanying .Net Framework 3.5 ...

    # Visual Studio 2008 Available

    Wednesday, November 21, 2007 11:09 PM by Infosys | Microsoft

    The must awaited Visual Studio 2008 is now available. Those who have MSDN subscriber download access, can download it from here. You can directly download the trial version from the home page itself. More details around this can be found here. In case

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 11:42 PM by smehaffie

    After installing VS2008 on a Vita business machine I expected to see another option to run the site under ASP.Net 3.5.  Is there suppose to be another version option for ASP.Net?  

    If so:

    1) How do you get it registered so it shows up (is there a aspnet_regiis utility just like there was for 1.1 and 2.0?  

    2) Why was this not automatically added to IIS7?

    If Not,

    1) Why is there not a new version, since this is considered a majore release and not just a release that added new libraries like v3.0 did.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 21, 2007 11:47 PM by Aakash

    It's nice!!!

    GO GO GO

    # XNA Game Studio 2.0 Beta Available!

    Thursday, November 22, 2007 12:55 AM by MSDN Ireland Blog

    Man, I disappear for a few days and all the excitement happens! Not only did Microsoft ship Visual Studio

    # MSDN Blog Postings &raquo; XNA Game Studio 2.0 Beta Available!

    Thursday, November 22, 2007 3:29 AM by MSDN Blog Postings » XNA Game Studio 2.0 Beta Available!

    Pingback from  MSDN Blog Postings  &raquo; XNA Game Studio 2.0 Beta Available!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 4:27 AM by Evil Dave

    No classic ASP support in VS2008?  What an absolute sickener.  Maybe when .NET hosting is as cheap as classic ASP hosting in the UK we can persuade all our existing clients to upgrade.  Perhaps Microsoft have been a little eager to forget all those paying customers...?

    ...and no I don't want to have VS2005 installed alongside it

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 4:53 AM by Oliver

    Just a bit of testimony regarding this release :)

    We have been using VS.NET since the very first version and done many large projects with it :

    - VS.NET 2002 was buggy but it was so new and .NET was so cool we could forgive that. We prompty used VSV.NET 2003 beta instead of it

    - VS.NET 2003 was a somehow fixed version of VS.NET 2002. Stable enough to work with, but many problems with the build engine and forms designers. But we managed to use it with projects (mixed C++, VB) larger than 200000 lines

    - VS.NET 2005 (before SP1) was a real nightmare. This product should NEVER have been released : Intellisense was broken, the VB background compiler too (slow and eating a lot of memory). This thing was not even able to load the 200000 lines project I talked about before without complety exploding ! It was a pity because the 2.0 framework really had some new stuff we really needed ... The SP1 nearly fixed that making it a usable tool (except intellisense that was still broken and had to be disabled by renaming of feacp.dll), but WHY WHY WHY did it take ONE YEAR to fix such a broken product ??? The fact that VS.NET 2005 was useable after SP1 let us start another very big project : 75 projects in the solution, nearly one million lines of mixed VB (70%), C++ and managed C++ (25%), C# (5%) with a lot of interdependencies. The build engine was still not good enough (locked files), dependencies between C++ and managed world were triggering build that were not needed (leading to some ugly workaround), and the background VB compiler struggled with such large projects, Studio was leaking memory and handles, but at least with a bit of creativity and tweaking on build options, unloading of some projects, we managed to work with it ...

    - VS.NET 2008 BETA2 was a very promising release : seemed more polished than VS.NET 2005 and many problems seemed to be gone. Unfortunatly due to a bug in the VB compiler (that we reported and was fixed in the RTM) we could not use it :-(

    - Then came VS.NET 2008 RTM : for the first time I can say I'm VERY impressed with a VS.NET release. I converted the million lines project without a problem (like BETA2) : the build engine finally works as it should (doesn't lock files without any reason and become confused during the build), the background VB compiler is much faster than before, VB intellisense too, the dependencies between C++/C#/VB during build works at last, and I see not handles leak in Studio. Even C++ Intellisense does work, is still a bit slow, but at least we have a proper way to disable it using macros. Well so far everything that I've tried that was not working in previous studio versions works just as expected, and really for us that spend our whole days in studio this is a real relief ... And it comes with SP1 of 2.0 framework that we waited much too long (why ???)

    A big THANK YOU Scott to you and your teams. This time you have put out a real good and *working* product ! I'll continue testing it a few days but I feel confident about a switch to it and forget VS.NET 2005 for good. Just a hope for the future : if and ugly bug appears in VS.NET 2008 please publish as soon as possible a *public* fix, or make service packs more frequent (six month could be much better)

    :-)

    # links for 2007-11-22 | Lazycoder

    Thursday, November 22, 2007 5:27 AM by links for 2007-11-22 | Lazycoder

    Pingback from  links for 2007-11-22 | Lazycoder

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 5:47 AM by chris chapman

    One of our 2.0 projects contains a typed dataset with 127 tables and since switching to VS2008 I have noticed that the IntelliSense has become extremely slow, if it works at all.  I kid you not but the IDE freezes for about 3 minutes.  In VS2005 the IntelliSense responds almost instantaneously with the exact same code.  Also a rebuild of the solution (3 projects) takes less than 5 seconds in VS2005 whereas in VS2008 it takes over a minute.  The exact same behaviour can also be reproduced on a colleague's machine.

    Needless to say but in view of this I’ll be reverting back to VS2005!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 9:13 AM by RoryOk

    Hi Scott,

    Is the workaround to fix multi-targeting support for AJAX 1.0 still required for the RTM version? In the workaround, you note that "this workaround will *not* be required for the VS 2008 RTM release"

    However, I still can't seem to get ajax 1.0 up and running with VS2008. I haven't tried the workaround yet, because I would prefer to get it working without workarounds if that's now possible.

    # Visual Studio 2008 Released : Tech-CRM

    Thursday, November 22, 2007 10:26 AM by Visual Studio 2008 Released : Tech-CRM

    Pingback from  Visual Studio 2008 Released : Tech-CRM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 11:13 AM by Horacio

    Hi!

    Is there an spanish VS 2008 version?

    Thank you!

    H

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 2:52 PM by ScottGu

    Hi Dillors,

    >>>>>> Scott are the Friendly Control Adapters implemented in VS 2008 or is it still a seperate download?  If they are will the download be able to target VS 2008?

    These are still a separate download.  They'll work with .NET 3.5 and VS 2008.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 2:53 PM by ScottGu

    Hi Lee,

    >>>>>> From my own experience from installing the beta this version seems to change ISS config, which in my case rendered the dotnetnuke framework unusable.  I had to uninstall everything including ISS to be able to get VS2005 working properly again - Is this fixed?  If not I cannot upgrade!

    .NET 3.5 shouldn't update your IIS settings.  Let us know if you run into any issues with the final release on this.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 2:57 PM by ScottGu

    Hi Someone,

    >>>>>>> Amazing, this IDE just keeps getting more powerful. Congrats to your team.

    >>>>>>> 1.  Will 2005 Express editions remain available for download and for how long?

    Yes, they'll remain free forever.

    >>>>>>> 2.  Is pricing the same? Can I upgrade from 2005 Standard to 2008 Pro for the upgrade price?

    There are upgrade pricing options.  I'm not 100% sure of what they all are (or how much), but I believe they are the same as the upgrade options with VS 2005.

    >>>>>>> 3.  Will retail purchase be only available after the February launch?

    I believe retail will show up in a few weeks once price lists have been updated.  

    >>>>>>> 4.  Any other minor features dropped in 2008 apart from J#?

    That is the big one I know of - there are probably a few other functionality changes as well though.

    >>>>>>> 5.  All websites will be updated soon or after the launch? I would like a detailed comparison table for editions, more detailed than the one for VS 2005. Is developing a Windows service for example not available yet in Standard edition?

    I believe Windows Service development is part of standard but am not 100% sure.  You should see more details emerge on the Visual Studio Microsoft.com site.

    >>>>>>>> 6.  Are there ANY plans for servicing .NET 1.1 SP1?

    We continue to service 1.1 in the event people run into issues.  We don't have a future big service pack currently planned, but we do continue to release QFEs and GDR (mini patches).

    >>>>>>>> 7.  Can the trial version be upgraded to the full version by entering the product key purchased later?

    Yes.  If you install the trial edition, you can upgrade to a full version you buy without having to reinstall the product.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 2:58 PM by ScottGu

    Hi Christian,

    >>>>>>> Great work, Scott! One question though: when will localized versions of VS2008 hit MSDN?

    Localized versions will start showing up in the weeks ahead.  The team is busily working on these now.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:00 PM by ScottGu

    Hi Leon,

    >>>>>>> Hey Scott, I noticed VS2008 wants to convert my existing VS2005 solutions. Why? The problem is that the converted solutions cannot be opened in VS2005 anymore, which some of my team members still use. I thought VS2008's multi-targeting support didn't require me to have VS2005 installed anymore, but now I still have to install them side-by-side.

    VS 2008 allows you to target .NET 2.0 projects, but does make some changes to your solution file (that prevents it from being opened with VS 2005).  What you can do, though, is maintain two solution files that point to the same projects and have them work with both VS 2005 and VS 2008.

    Here are some blog posts that cover this more:

    www.west-wind.com/.../122975.aspx

    stevenharman.net/.../multi-targeting-vs2005-and-vs2008-web-application-projects-a-gotcha.aspx

    codebetter.com/.../enabling-team-development-with-vs2008-2005-mix.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:01 PM by ScottGu

    Hi Rickbaker,

    >>>>>>> when attempting to install the Development edition on Windows Vista I get the error "Suite Integration Toolkit Executable has stopped working" and the install fails.

    If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:02 PM by ScottGu

    Hi Thierry,

    >>>>> Is there any example available on the web for "WinForms and WPF projects can also now use the ASP.NET Application Services (Membership, Roles, Profile) for roaming user data. " ?

    I need to try and dig up some samples on this.  

    >>>>>> And what's up with WCF in a XBAP application ? What's supported by .net 3.5 ?

    WCF is now supported in XBAPs and partial trust.  You can also now use XBAPs with FireFox.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:05 PM by ScottGu

    Hi Nebbercracker,

    >>>>>> Hi Scott.  First of all congratulations and thanks for all the work you and your team has been doing.  I attended a presentation recently with a well-known .NET Author on the upcoming release of ASP.NET 3.5.  He noted that the advancements in the C# language (for this release) has far outweighed that for VB.  In fact, he suggested that VB was 'lagging behind'.  Is this so?  Should I be moving towards C# if I want to take advantage of some of these new enhancements?  Or, was this a premature statement?

    I think that was an inaccurate statement.  VB9 supports almost all of the language improvements in C# (including extension methods, anonymous types, LINQ, etc).  It also has really cool support for LINQ to XML, including support for XML literals (a really cool feature that C# actually doesn't have).

    Here is a good blog post from Amanda that covers some of the new VB features: blogs.msdn.com/.../hidden-gems-in-visual-basic-2008-amanda-silver.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:06 PM by ScottGu

    Hi Dancoe,

    >>>>>>> On regards to the web deployment projecy is it going to be fixed with the web application project? if dont know what i mean read my entry on my blog about web application project not working with web deployment project. undocnet.blogspot.com/.../web-application-project.html

    Web Deployment Projects should work with web application projects today.  It could be that you have an older build of this which is what was causing you problems with VS 2005.  They will also support WAP projects with VS 2008.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:06 PM by ScottGu

    Hi Steve Sloka,

    >>>>> I got everything installed, VS opens just fine, but when I try and create a new project or even just close a box pops up saying, "Visual Studio has encountered an unexpected error." Eventually I can get it to crash and end task.  I made sure all Beta bits were uninstalled and rebooted. The first time I ran into this I did a repair, then this morning I uninstalled and reinstalled, still same error.

    It sounds like you might have had a setup failure.  Can you send me email (scottgu@microsoft.com) and I'll loop you in with someone on the setup team to help fix it.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:09 PM by ScottGu

    Hi ShaggyLi,

    >>>>>> When will the Professional version be released to purchase ( From Amazon.com, etc. ) for the regular peeps?

    Hopefully it will show up in the next few weeks.  You can download the trial edition now if you want (and only enter the PID key once you buy it later).

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:10 PM by ScottGu

    Hi Smehaffie,

    >>>>>> Why does the 3.5 framework install install a bunch of files in the Microsoft.Net\Framework\v2.0.50727 directory? Is this to fix bugs reported in this version? Since this looks like it actually replaces file, this could cause problems with existing applications.  This really needs to be made known to everyone, since replacement of older files in this directory might require a lot more testing of existing application before some companies would allow this to be deployed to production (depending on the response to this inquire).

    .NET 3.5 installs a service pack for .NET 2.0.  Those are the changes you are seeing in that directory.  This service pack can also be installed separate from .NET 3.5 if you want.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:11 PM by ScottGu

    Hi Laima,

    >>>>>>> Do you have any idea when VS 2008 will be shipped to those attending the Dev  Connections Conference in Las Vegas (Nov. 5 - Nov. 8)?

    Unfortunately I don't have an exact ETA on this.  It will take a few more weeks for us to actually have boxes created (we just handed off the golden master to manufacturing to start printing them).

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:11 PM by ScottGu

    Hi Adam,

    >>>>>>> Error installing VS2008 Professional - Can't intstall 'Web Authoring Component'  I didn't know where else to turn... It seems the VS Installation forum is not being monitored.  I am trying to install on windows xp professional that has NOT had any of the VS2008/Orcas Beta's installed (but is my primary VS2005 machine).

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:12 PM by ScottGu

    Hi Eric Den Doop,

    >>>>>>> I loaded VS2008 onto a fresh Windows Vista box with all patches and tried to convert the solution files of out Visual FoxPro community website. It has no problems converting Class Library projects. However, it fails to convert the main ASP.NET 2.0 Web Application project file. It displays a messagebox titled "Visual Studio Conversion Wizard Error". The error message is "System.Runtime.InteropServices.COMException" which is rather useless. When I click the only button (OK), I can check the conversion log file. There it says that all files are converted correctly and there's no sign of the COMException. Any hints?

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:13 PM by ScottGu

    Hi Scott Parker,

    >>>>>>>> Anyone else getting a message saying 3.5 pre-release has not been uninstalled, when it in fact has been uninstalled via the Control Panel?  Any idea what reg keys I'm missing or some other manual way to wipe this?

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:13 PM by ScottGu

    Hi Steve Sloka,

    >>>>>>> I've installed everything and any menu item (or if I try and close) throws an error, "Vistual Studio has encountered an unexpected error."  I've repaired, and even reinstalled everything.  Has anyone else run into this issue?

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:14 PM by ScottGu

    Hi Joe,

    >>>>>> I was all excited to try VS 2008 for the javascript debugging features but when I try to open the solution it wants to convert it to a new format. Any way around this? I can't expect everyone working on the project to have VS 2008. If I convert the solution and project it won't work in VS 2005 anymore.   Any way around this problem? Otherwise I will have to wait quite a while before I can start using VS 2008.

    VS 2008 allows you to target .NET 2.0 projects, but does make some changes to your solution file (that prevents it from being opened with VS 2005).  What you can do, though, is maintain two solution files that point to the same projects and have them work with both VS 2005 and VS 2008.

    Here are some blog posts that cover this more:

    www.west-wind.com/.../122975.aspx

    stevenharman.net/.../multi-targeting-vs2005-and-vs2008-web-application-projects-a-gotcha.aspx

    codebetter.com/.../enabling-team-development-with-vs2008-2005-mix.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:15 PM by ScottGu

    Hi Smehaffie,

    >>>>>>> If you have VS2005, once you are sure that all your projects work in VS2008 is there any issues with uninstalling VS2005?  If so what are they and how do you overcome them?  What exactly should be uninstalled for VS2005?

    No - there shouldn't be any issue with uninstalling VS 2005.  VS 2008 doesn't require it to be on the box for multi-targetting to work.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:16 PM by ScottGu

    Hi Marcos,

    >>>>>> Scott, any chance you can fix up your RSS feed so it can display properly on the VS start page? Their current display on the start page make it too difficult to read. Just one jumbled text mess. Just an idea...

    I didn't realize they were syndicating it. :-)  I just sent them mail to see if we can get this improved.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:18 PM by ScottGu

    Hi Kevin,

    >>>>>>> I installed VS2008 Team Trail version today. It seems the way How LINQ to Sql works is changed a lot from beta2. The generated entity classes doesn't support operations on entity collections, such as "RemoveAll()" and "Add(...)". Those functions do exist in VS2008 Orcas beta2. So without those function how can I delete/add the single item from/to a table by using the DLINQ entity class? Thanks.

    The Remove method is now call DeleteOnSubmit and the RemoveAll method is now called DeleteAllOnSubmit with the RTM release of LINQ to SQL.  They made these changes to make it a little clearer when the delete operations occur.

    Hope this helps,

    Scott

    P.S. Add has changed to InsertOnSubmit in case you are looking for that one too!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:19 PM by ScottGu

    Hi Rajesh,

    >>>>>> Very newbee type question. I opened an existing C# project, VS2008 went through the mechanics of converting the project and presenting the interface. The project is targetted for .NEt 2.0 platform but I am still able to use var x=10; and compile just fine with no errors! Am I missing something? I thought this statement was not supposed to compile if target is .NET 2.0. Please help and I apologize if this has been answered already.

    The var keyword is actually a language keyword, and doesn't require .NET 3.5 in order to work.  So if you are using multi-targetting, you can actually use this in VS 2008 with a .NET 2.0 project.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:20 PM by ScottGu

    Hi Brian,

    >>>>>> Hi Scott. Do you know if MS will be sticking with the C# 3.0 and VB 9.0 nomenclature, or will the languages officially become C# 2008 and VB 2008? Congrats on the timely RTM. Thanks.

    Good question - I'm not 100% sure.  I suspect people will end up using both names to describe them.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:20 PM by ScottGu

    Hi Corey,

    >>>>>>> Wow.  I did exactly what you said to remove the Beta2 framework, ide, and the web authoring component...in the end I can't do anything inside Visual Studio 2008.  It reports that "Visual Studio 2008 has encountered an unexpected error." no matter what I try to do...be it closing the application, launching the 'about' screen, or trying to create a new project.  Classic.  Good thing I got plenty of virtual machines and backups.

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:21 PM by ScottGu

    Hi Ash,

    >>>>>>> Can I slap the framework 3.5 on Windows Server 2003 machine and deploy applications developed in VS 2008 and expect them to work?? I guess the question I am trying to get answered is is there anything about VS 2008 that would only work on Vista??? Will the standard web apps (with linq) work fine on win server 2003?

    Yes - that should work fine.  All of the runtime components are in the .NET 3.5 package, and do not require vista.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:22 PM by ScottGu

    Hi IronRuby,

    >>>>>>>> Since the official Asp.Net 3.5, VS 2008 and VWD are available with Linq,.... can we expect new updated DATABASE tutorials by Scott Mitchell based on LINQ.  Are there any plans for New Updated Starter kits based on LINQ, AJAX and CSS Controllers. Since none of the Starter Kits are updated by asp.net team since last 2 years, it would be a right time to do so.  For the community and By the community is also shut down, so we have to depend much on asp.net team for a start.

    Yes - you'll be seeing a lot of .NET 3.5 tutorials and samples appear in the months ahead.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:24 PM by ScottGu

    Hi SmeHaffie,

    >>>>>>> After installing VS2008 on a Vita business machine I expected to see another option to run the site under ASP.Net 3.5.  Is there suppose to be another version option for ASP.Net?  

    .NET 3.5 actually uses the .NET 2.0 CLR - which is why there isn't an extra dropdown in IIS to configure this.  As long as you select .NET 2.0 your .NET 3.5 application will work fine.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:25 PM by ScottGu

    Hi Chris,

    >>>>>>>> One of our 2.0 projects contains a typed dataset with 127 tables and since switching to VS2008 I have noticed that the IntelliSense has become extremely slow, if it works at all.  I kid you not but the IDE freezes for about 3 minutes.  In VS2005 the IntelliSense responds almost instantaneously with the exact same code.  Also a rebuild of the solution (3 projects) takes less than 5 seconds in VS2005 whereas in VS2008 it takes over a minute.  The exact same behaviour can also be reproduced on a colleague's machine.

    Can you send me an email (scottgu@microsoft.com) with more details about this?  It sounds like there might be a configuration error causing this (since a delay that long probably means some type of timeout occuring).  If you can send me an email with details we can get to the bottom of it.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 3:26 PM by ScottGu

    Hi Rory,

    >>>>>>> Is the workaround to fix multi-targeting support for AJAX 1.0 still required for the RTM version? In the workaround, you note that "this workaround will *not* be required for the VS 2008 RTM release"  However, I still can't seem to get ajax 1.0 up and running with VS2008. I haven't tried the workaround yet, because I would prefer to get it working without workarounds if that's now possible.

    No workaround is required.  If you are still having problems with this send me email (scottgu@microsoft.com) with the details and I can help get it working.

    Thanks,

    Scott

    # C??mo desinstalar VS 2008 Beta 2 ??ntes de instalar VS 2008 Final Release &laquo; Thinking in .NET

    Pingback from  C??mo desinstalar VS 2008 Beta 2 ??ntes de instalar VS 2008 Final Release  &laquo; Thinking in .NET

    # Visual Studio 2008 and .NET Framework 3.5 Released

    Thursday, November 22, 2007 10:14 PM by Musings from the Hook

    Per Scott Guthrie&#39;s post , VS2008 and the latest .net framework have been released. I&#39;ve been

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 10:52 PM by ScottGu

    Hi Darrel,

    >>>>>>>> I get the following error when dragging the Wizard control onto the design surface of a web page or web user control:  "Error Creating Control - Wizard1: The type initializer for 'Microsoft.Web.Design.ExtenderInformationServiceProvider' threw and exception."  Is this a know issue or is it just a problem with my installation?

    Can you send me an email (scottgu@microsoft.com) with more details about this?  It sounds like there might be a configuration error causing this (since a delay that long probably means some type of timeout occuring).  If you can send me an email with details we can get to the bottom of it.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 10:53 PM by ScottGu

    Hi Marcus,

    >>>>>>>> ".NET Framework 2.0 update not found. The win32manifest will not be embedded."

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 22, 2007 10:54 PM by ScottGu

    Hi A Moon,

    >>>>>> I am also getting the "Visual Studio has encountered an unexpected error." message when every I do just about anything in Studio.  I didn't have the beta intalled, but I do have a few addins Visualsvn and Testdriven.net

    Sorry about that - it sounds like a setup failure.  If you can send me an email with details (scottgu@microsoft.com) I can loop you in with someone from the setup team to help.

    Thanks,

    Scott

    # Visual Studio 2008 と.NET 3.5 がリリース

    Thursday, November 22, 2007 11:02 PM by Chica's Blog

    Visual Studio 2008 と.NET 3.5 がリリース

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 2:30 AM by smehaffie

    In responses to a few question I had you responded with the following comments.  Thanks for the reply.  I do have some additional questions / comments to make now.

    1) .NET 3.5 installs a service pack for .NET 2.0.  Those are the changes you are seeing in that directory.  This service pack can also be installed separate from .NET 3.5 if you want.

    Where to you get the service pack for 2.0.  Can you install .Net 3.5 without the .Net 2.0 SP or is 3.5 dependent on the SP being installed also?

    2) .NET 3.5 actually uses the .NET 2.0 CLR - which is why there isn't an extra dropdown in IIS to configure this.  As long as you select .NET 2.0 your .NET 3.5 application will work fine.

    So basically .Net 3.5 just installs additional libraries to support the new VS.Net features (Linq, etc), similar to how .Net 3.0 just added libraries for (WCF, WPF, etc).

    Thanks for a great new IDE release and I cannot wait to start using all the new features.  Look forward to the tutorials that you will be posting in the future.  You team hit a home run again.

    # Visual Studio 2008 RTM is here and we have plenty of new things in RadControls for ASP.NET

    Friday, November 23, 2007 3:02 AM by Ivo Nedkov

    As all of you are now aware that Visual Studio 2008 RTM has shipped I would shed more light on how...

    # Give Ruby.NET 0.9 some love | Zen and the Art of Ruby Programming

    Pingback from  Give Ruby.NET 0.9 some love | Zen and the Art of Ruby Programming

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 5:29 AM by Bec

    Where is the Silverlight 1.0 project template in VS2008?

    # Aneef.Net | Aneefs Web Blog &raquo; Visual Studio 2008 (ORCAS) is here!

    Pingback from  Aneef.Net | Aneefs Web Blog  &raquo; Visual Studio 2008  (ORCAS) is here!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 8:59 AM by Elinkz

    GREAT and Informative review!!

    I am looking for the new features to convince me upgrading my vs2005 :P

    # RTM versions of Visual Studio 2008 and .net Framework 3.5 : tryexcept.com

    Pingback from  RTM versions of Visual Studio 2008 and .net Framework 3.5 : tryexcept.com

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 5:22 PM by Amr

    So what will be released on 27 February?

    # Visual Studio 2008 RTM Is Here! : Webmaster Talk Blog

    Friday, November 23, 2007 6:01 PM by Visual Studio 2008 RTM Is Here! : Webmaster Talk Blog

    Pingback from  Visual Studio 2008 RTM Is Here! : Webmaster Talk Blog

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 7:01 PM by Rajesh

    Hi Scott

    Thanks for replying back and finding time out of your busy schedule. You are great and I don't know how you do it.

    Maybe I should have asked the question in a little different way (I did understand the var keyword but didn't post a good question). One thing I am expecting is that some people in teams like mine will switch over to VS2008 and some will stay on VS2005. How do I prevent people from using language improvements (such as var keyword) so that projects can be opened both in VS2005 and VS2008.

    As usual, many thanks in advance for replying.

    Rajesh

    Thursday, November 22, 2007 3:19 PM by ScottGu

    Hi Rajesh,

    >>>>>> Very newbee type question. I opened an existing C# project, VS2008 went through the mechanics of converting the project and presenting the interface. The project is targetted for .NEt 2.0 platform but I am still able to use var x=10; and compile just fine with no errors! Am I missing something? I thought this statement was not supposed to compile if target is .NET 2.0. Please help and I apologize if this has been answered already.

    The var keyword is actually a language keyword, and doesn't require .NET 3.5 in order to work.  So if you are using multi-targetting, you can actually use this in VS 2008 with a .NET 2.0 project.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 23, 2007 10:09 PM by Justin

    Price of MSDN Subscription.  $3000

    Dollars spent developing VS 2008 bazillions.

    Having intellisense for toughies like "if" and "Dim".  Priceless.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Saturday, November 24, 2007 9:23 AM by WALDO

    One thing I noticed installing VS 2008 on a Windows Server 2003 box with VS 2005 (and no 2008 beta/CTP version).

    After I installed VS 2008, it reverted all of my configured IIS websites back to the 1.1 version of the framework from the version 2.0. Just something to be mindful of. It took me a second or two to catch on to what actually happened.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Saturday, November 24, 2007 11:18 AM by Stefan Lange

    Hi Scott,

    I would like to use C# 3.0 and LINQ features in our WinForms applications, but we simply cannot force our customers to upgrade Windows 2000 to Windows XP. I expect that Windows 2000 with .NET 2.0 SP1 will run my apps if I distribute some additional assemblies like System.Core.dll and System.Xml.Linq.dll.

    I wrote a test application using new C# and LINQ features. LINQ to objects works fine under Windows 2000, but LINQ to XML crashes with a ‘Method not found’ exception because System.Xml.Linq.dll tries to use a new (red or green) function not yet defined in System.Xml.dll. I am sure that it will work after SP1 is installed (because there is no reason why it should not).

    However, will Microsoft provide an official package for this Windows 2000 scenario, or are programmers who do this on their own, or is it even forbidden to redistribute a handpicked subset of 3.5 assemblies to Windows 2000 customers?

    # Visual Studio 2008 RTM and Silverlight

    Sunday, November 25, 2007 11:50 AM by Non-Destructive Me

    Just a note for the rockin' ready 2008 installers. If you're wanting to develop Silverlight applications

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 2:35 PM by liviu

    Where can i post a Vs2008 rtm bug? i didn't find a link for this on msdn...

    I would have posted it in javascript topic but it is closed.

    Bug: Including a reference to jquery.js in your aspx page, will break the designer, that is it will not show any components of yours anymore. Removing jquery ;) will fix it. Isn't it cute? I think it is a problem with the parsing of this js that will incomodate the designer. I wonder if anyone at shiny Microsoft did ever test this break-through feature against real world examples and not tiny hello world js files.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 3:11 PM by Vidar Langberget

    I've tested the final version a bit now, and it's a nice improvement over beta2 in many areas. But my main problem with beta2 hasn't been fixed: If you use the outlining feature on large xml files to keep it managable, VS2008 is useless, at least if you use attributes. Let's say you have a list of cd's in an xml file.

    <album artist="Coldplay" name="Parachutes">

        <releasedate></releasedate>

        <publisher></publisher>

    </album>

    <album artist="Coldplay" name="X and Y">

        <releasedate></releasedate>

        <publisher></publisher>

    </album

    <album artist="Sister Hazel" name="Fortress">

        <releasedate></releasedate>

        <publisher></publisher>

    </album

    <album artist="Sister Hazel" name="Someewhere more familiar">

        <releasedate></releasedate>

        <publisher></publisher>

    </album

    In VS2005, using the outline feature, it would look like this

    <album artist="Coldplay" name="Parachutes">{...}

    <album artist="Coldplay" name="X and Y">{...}

    <album artist="Sister Hazel" name="Fortress">{...}

    <album artist="Sister Hazel" name="Someewhere more familiar">{...}

    But sadly, in VS2008, this has changed to:

    <album {...}

    <album {...}

    <album {...}

    <album {...}

    I'd love to hear the reasoning behind this move. At least they should have added an option to change the behaviour(If it's there, I haven't found it after looking closely). I guess I have to open all xml files in VS2005 until VS2009 comes along and hopefully changes this behaviour..

    Vidar

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 5:55 PM by Paul Coddington

    "Where do I get my Key For this new update? I can't find my Key on mu MSDN Key list!" - If you are an MSDN subscriber it is hardcoded into the installer - just install it, no key required.  Only obvious in hindsight (;P)

    However, I've hit a brick wall: the forms designer is broken on mine (VS Pro 2008 RTM on new Vista Ultimate 32-bit, no previous versions ever installed)...

    "The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service container. Parameter name: serviceType"

    There is an error with the toolbox being unable to load the resource manager as well.

    Unfortunately, Microsoft technical support want $300+ to investigate it, so we are not off to a good start.  It's a bit early to judge how many other people are affected, but there are a few reports emerging so far, so it's not just me.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 6:35 PM by BKimball

    Is there a new way to return values from SQL server (Such as the SCOPE_IDENTITY value of a newly created database record?) as my old hacks no longer work, even targeting .NET 2.0 under 2008. Works fine if I open the original project under VS2005.

    Here's an example in which I am expanding the partial class for a table adapter so that I can fetch the value returned from SQL (As far as I know there was no support for this under .NET 2.0):

    Snippets from two interworking files used to add a new blog message to the database as well as fetch the ID of the new record:

    ** This one writes the message, then makes a call to GetReturnValue to fetch the record ID:

           public int WriteMessage(int? topicNum, int? userNum, DateTime? msgTime, int? threadPre, string subject, string body, int? timesRead, DateTime? lastRead, int? grandparent)

           {

               taNewestMessages.WriteMessage(topicNum, userNum, msgTime, threadPre, subject, body, timesRead, lastRead, grandparent);

               int recordID = (int)taNewestMessages.GetReturnValue(4);

               return recordID;

           }

    ** This is this actual addition to the partial class to obtain the return value:

       public partial class NewestMessagesTableAdapter : System.ComponentModel.Component

       {

           // Tricky added code needed simply to get the value of "RETURN SCOPE_IDENTITY"

           public object GetReturnValue(int commandIndex)

           {

               return this.CommandCollection[commandIndex].Parameters[0].Value;

           }

       }

    Am hoping there has been an official way to do things like this that has been added, as the old hack doesn't work at all under 2008. (Although it did in a previous beta)

    Thanks for any info!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 6:40 PM by BKimball

    Whenever I try to search for some text in a file with VS2008, as soon as I go to type in the text I am searching for, I get the dreaded "Microsoft Visual Studio has encountered a problem and needs to close.".

    I am running it on a dual-core AMD x64 machine using Windows XP x64 edition with SP2 installed.

    Any ideas? Thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, November 25, 2007 6:49 PM by Shahar Nechmad

    Hi Scott.

    It seems that JavaScript intellisense does not work for us.

    When we have a prototype based class and we write the word "this." it gives us just the 6 generic methods of the object instead of listing all of the class methods. This ofcourse also makes the ///<reference> tag not to work.

    It happen also with the Client Behaviour template in VS so it's not because of problems in our JavaScript files.

    We installed VS08 RTM on a Vista Machine that had VS2005 installed on it, but no previews/beta versions of VS2008.

    When we open any JS file, it seems that for two seconds we get full colors for the file (the ///<reference> tag for example is colored in red and blue), but than everything goes to the normal black and green experience we had in VS2005.

    I also checked the registry hack that was posted for Beta2 and everything is seemd to be registered OK.

    Any way how to solve this?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 1:28 AM by Victor

    Awesome - when will .NET 3.5 be available on Windows Update?

    (WU is where I point people who don't have the required .NET version for my app)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 4:30 AM by anonymous

    1. 2008 will be required for Silverlight 1.1 development?

    2. Visual SourceSafe 2005 (VSS) and its license was part of Visual Studio Team System editions. Has this changed for 2008 because I could not find VSS on the 2008 Team Suite Trial DVD.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 5:05 AM by Michel Zehnder

    Dear scott

    You mentioned that VS2008 will be available "soon" on MS Licensing.

    How exactly do you define "soon"? End of November? End of december? :)

    We have SA on TFS2005 and really want to use the new bits, as well as VS2008, of course :)

    Can the VS2008 Trial be converted to Full Product once it is available on MS Licensing?

    Thanks & Cheers

    Michel

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 8:37 AM by Bill

    Scott

    Is it possible to use LINQ with VS2005.  I know you were able to do this with the May CTP with the 3.0 Framework.  I'm not able to get VS2008 yet, but would love to have the LINQ functionality.  I wouldn't expect to get the intellisense and design-time error checking, but as long as it works I would be happy.

    Also, am I correct in saying that as long as the server has the 2.0 runtime it will be able to handle Framework 3.0 applications.  In other words, is there any special setup on the server for 3.0 apps.

    Thanks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 4:52 PM by Mathminded

    I was expecting optgroup support to be added to the drop-down list control with this release. Any idea why that was overlooked again?

    www.w3.org/.../forms.html

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, November 26, 2007 7:03 PM by Peter

    I downloaded the complete DVD of VS 2008 Express and installed Visual Web Developer 2008 Express.  Thanks for the straight forward links by the way, no searching or working your way through messy navigation to find exactly what I wanted.

    When adding a new website the multi-targeting support dropdown is not available (as highlighted in weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx).  Is this just one of those things that makes Express less than the complete version?  I can change the target platform after creating the project so no big deal really.

    When adding a new website the templates appear where I can select from ASP.NET Web Site, ASP.NET Web Service, Empty Web Site, and WCF Service.  ASP.NET Web Application is NOT an option.  Looking at the same picture as mentioned above in the multi-targeting blog (weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx) I can see ASP.NET Web Application is an option.  Is this another difference between Express and full?

    The Web Application thing happened when VS 2005 was introduced where a download was made available to add this option (being a much preferred way of working for many web developers).  Is there a way of adding it to Visual Web Developer 2008 Express?

    Is there a table somewhere which lists what features are available in full verse express editions of VS 2008?

    Thanks for a great blog.  It is one of only two I subscribe to (I'm not usually big on the blog thing) and have it on every machine I use (four at last count).

    # Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download - ScottGu's Blog

    Pingback from  Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download - ScottGu's Blog

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:47 AM by ScottGu

    Hi Bec,

    >>>>>>>> Where is the Silverlight project template in VS2008?

    You can download VS 2008 project template support for Silverlight 1.1 here: weblogs.asp.net/.../silverlight-1-1-tools-alpha-for-visual-studio-2008-available-for-download.aspx

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:48 AM by ScottGu

    Hi Amr,

    >>>>>>> So what will be released on 27 February?

    February 27th is the official "launch event" - which is when we hold events around the world.  We typically "release" the product earlier so that we can make sure to have copied of it in stores prior to the launch events being held.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:49 AM by ScottGu

    Hi Rajesh,

    >>>>>>>> Maybe I should have asked the question in a little different way (I did understand the var keyword but didn't post a good question). One thing I am expecting is that some people in teams like mine will switch over to VS2008 and some will stay on VS2005. How do I prevent people from using language improvements (such as var keyword) so that projects can be opened both in VS2005 and VS2008.

    Unfortunately I don't know of an automatic way to prevent people from using the var keyword.

    Sorry!

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:51 AM by ScottGu

    Hi BKimball,

    >>>>>>>> Is there a new way to return values from SQL server (Such as the SCOPE_IDENTITY value of a newly created database record?) as my old hacks no longer work, even targeting .NET 2.0 under 2008. Works fine if I open the original project under VS2005.

    I'm not that familiar with this scenario.  But if you send me email (scottgu@microsoft.com) I can try and find someone who can help.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:51 AM by ScottGu

    Hi BKimball,

    >>>>>>> Whenever I try to search for some text in a file with VS2008, as soon as I go to type in the text I am searching for, I get the dreaded "Microsoft Visual Studio has encountered a problem and needs to close.".

    Can you send me an email with details about this error?  I can then have someone figure out what is going wrong.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:52 AM by ScottGu

    Hi Shahar,

    >>>>>>> When we have a prototype based class and we write the word "this." it gives us just the 6 generic methods of the object instead of listing all of the class methods. This ofcourse also makes the ///<reference> tag not to work.

    If you can send me email (scottgu@microsoft.com) I can have someone help figure out what is going wrong here.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:53 AM by ScottGu

    Hi Michel,

    >>>>>>>> We have SA on TFS2005 and really want to use the new bits, as well as VS2008, of course :)  Can the VS2008 Trial be converted to Full Product once it is available on MS Licensing?

    I just posted a few answers here: weblogs.asp.net/.../answers-to-a-few-vs-2008-trial-edition-tfs-2008-and-sourcesafe-questions.aspx

    I believe VS 2008 will show up on volume licensing in December.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:54 AM by ScottGu

    Hi Bill,

    >>>>>>> Is it possible to use LINQ with VS2005.  I know you were able to do this with the May CTP with the 3.0 Framework.  I'm not able to get VS2008 yet, but would love to have the LINQ functionality.  I wouldn't expect to get the intellisense and design-time error checking, but as long as it works I would be happy.

    Unfortunately LINQ requires .NET 3.5 and VS 2008 - it won't work with VS 2005.

    Sorry!

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:56 AM by ScottGu

    Hi Peter,

    >>>>>>> When adding a new website the multi-targeting support dropdown is not available (as highlighted in weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx).  Is this just one of those things that makes Express less than the complete version?  I can change the target platform after creating the project so no big deal really.

    For simplicity sake Visual Web Developer Express doesn't put multi-targeting directly in users faces.  Instead, if you want to change the version you go into the project properties and modify it.

    >>>>>>>> When adding a new website the templates appear where I can select from ASP.NET Web Site, ASP.NET Web Service, Empty Web Site, and WCF Service.  ASP.NET Web Application is NOT an option.  Looking at the same picture as mentioned above in the multi-targeting blog (weblogs.asp.net/.../vs-2008-multi-targeting-support.aspx) I can see ASP.NET Web Application is an option.  Is this another difference between Express and full?

    Class library and Web Application Project support isn't currently supported with Visual Web Developer Express.  Those are, however, options that we'll be adding for SP1.  We couldn't fit it into the final VS 2008 release though.

    >>>>>>> Is there a table somewhere which lists what features are available in full verse express editions of VS 2008?

    Unfortunately I don't think a complete feature list is available just yet.  I'll link to one as soon as I find one!

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:59 AM by ScottGu

    Hi Paul Coddington,

    >>>>>>> However, I've hit a brick wall: the forms designer is broken on mine (VS Pro 2008 RTM on new Vista Ultimate 32-bit, no previous versions ever installed)... "The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service container. Parameter name: serviceType"  There is an error with the toolbox being unable to load the resource manager as well.  Unfortunately, Microsoft technical support want $300+ to investigate it, so we are not off to a good start.  It's a bit early to judge how many other people are affected, but there are a few reports emerging so far, so it's not just me.

    This sounds like the cause of a setup error.  Can you send me email (scottgu@microsoft.com) and I can have someone take a look and get it fixed?

    Thanks,

    Scott

    # Visual Studio 2008 和 .NET 3.5 发布了

    Tuesday, November 27, 2007 4:50 AM by 曹振华

    转自:blog.joycode.com/.../111568.aspx

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 8:44 AM by dotster

    Hi,

    Is it possible to use Visual Studio 2005 in a .net 3.5 framework?

    Thanks/

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 8:47 AM by Eric

    Scott, do you know if the Futures code was moved into the 3.5 framework? Specifically - did the ScriptManager get updated or do I still need to map the reference to the preview namespace in order to do drag-n-drop with webparts in FireFox, etc.

    Thanks for the good work! Looks great!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 9:12 AM by Phil

    Hello Scott,

    Great work on VS 2008!  However, as somebody mentioned further up, F7 for code view is very hit and miss (for me at least).  More miss than hit actually.  Something small in the grand scheme of things, but thought I'd put it out there.

    Thanks!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 11:47 AM by dancoe

    Thursday, November 22, 2007 3:06 PM by ScottGu

    Hi Dancoe,

    >>>>>>>Web Deployment Projects should work with web application projects today.  It could be that you have an older build of this which is what was causing you problems with VS 2005.  They will also support WAP projects with VS 2008.

    Hope this helps,

    Scott

    Hello scott,

    I have the latest version of visual studio with all the services packs and hotfixes, i would suggest that you follow my tutorial on my blog and i am sure you will get the same problem as me. Plus i have tried to use single page compilation on visual studio 2008 and the problme still persist.

    please advice.

    undocnet.blogspot.com/.../web-application-project.html

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 1:19 PM by Eric

    correction: my comment about futures and 3.5 was actually referring to the updated WebPartManager and whether or not it is updated in 3.5 to match the futures version in the preview namespace.

    # C# 3.0 New Feature of the Week #3: Anonymous Types

    Tuesday, November 27, 2007 1:42 PM by Doron's .NET Space

    This week&#39;s C# 3.0 New Features article will discuss a neat feature called anonymous types. You&#39;ll

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 3:32 PM by Kevin Fitzgerald

    Hi Scott,

    Have been using LINQ since May last year, really happy with it up to the release... tried to be an early adopter and got most of my code written before the release... can handle the dmbl files not opening and having to fix them manually, but why oh why has Add() been changed to InsertOnSumbit() (etc...). I've benn thinking around it and can't figure it, why the name change? Add() seemed natural and straight-forward. My table dragged to the designer end up as a collection which I could Add() to. If I wanted to persist the changes I SubmitChanges(), couldn't be simpler, no Insert() without submit method, so why? It's frustrating!

    Kev

    # mcvash &raquo; C# 3.0 New Feature of the Week #3: Anonymous Types

    Tuesday, November 27, 2007 3:52 PM by mcvash » C# 3.0 New Feature of the Week #3: Anonymous Types

    Pingback from  mcvash &raquo; C# 3.0 New Feature of the Week #3: Anonymous Types

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, November 27, 2007 5:10 PM by Stefan Olson

    Scott,

    Will visual studio 2008 standard edition be available in a trial version, so I can use it before I the upgrade can be purchased?

    ...Stefan

    # Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download - ScottGu's Blog

    Tuesday, November 27, 2007 5:44 PM by SteelePrice.Net

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 12:32 AM by Eric Newton

    Sweet,

    I'll be looking forward to the Web Deployment projects getting refreshed for 2008 :)

    # Going from VS2008 Beta to Release

    Wednesday, November 28, 2007 1:32 AM by Hannes's Mind Maze

    If you, like me, have to upgrade from VS2008 Beta to VS2008 Release a good place to start is to read

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 3:27 AM by ScottGu

    Hi Phil,

    >>>>>> Great work on VS 2008!  However, as somebody mentioned further up, F7 for code view is very hit and miss (for me at least).  More miss than hit actually.  Something small in the grand scheme of things, but thought I'd put it out there.

    We've identified an issue that can block the idle thread from enabling this command sometimes.  We are going to fix it in SP1, and are looking at releasing a public QFE download before then as well.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 3:30 AM by ScottGu

    Hi Kev,

    >>>>>>> Have been using LINQ since May last year, really happy with it up to the release... tried to be an early adopter and got most of my code written before the release... can handle the dmbl files not opening and having to fix them manually, but why oh why has Add() been changed to InsertOnSumbit() (etc...). I've benn thinking around it and can't figure it, why the name change? Add() seemed natural and straight-forward. My table dragged to the designer end up as a collection which I could Add() to. If I wanted to persist the changes I SubmitChanges(), couldn't be simpler, no Insert() without submit method, so why? It's frustrating!

    The goal behind the name change of Add->InsertOnSubmit was to make it clearer as to what calling Add meant.  Several people were under the impression that the insert operation happened immediately when using the Add() method - and not that they'd be batched for when SubmitChanges() was called.  The rename of the method hopefully makes the semantics clearer.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 3:30 AM by ScottGu

    Hi Eric,

    >>>>>>> I'll be looking forward to the Web Deployment projects getting refreshed for 2008 :)

    We'll have the VS 2008 Web Deployment Project available for download later this week.

    Hope this helps,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 4:43 AM by Dancoe

    >>>>>>>>>>>We'll have the VS 2008 Web Deployment Project available for download later this week. by ScottGu (weblogs.asp.net/.../Profile.aspx)

    Fantastic! i got to check if it is working with web application project, hopefully i have the latest build of visual studio 2008 (^^.)

    if anyone have experience this problem let me know, if you dont know what i mean please look at my blog entry on it. undocnet.blogspot.com/.../web-application-project.html

    # Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download &laquo; .NET Framework tips

    Pingback from  Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download &laquo; .NET Framework tips

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 6:27 AM by Hal Hovland

    I was hoping that the released version of VS 2008 would handle a problem that existed in the Beta versions, which I had mentioned at odd times.

    It appears that the use of a virtual directory, in any sense, stops JavaScript Intellisense across external .js files from working. If a JavaScript file is in a virtual directory, or if the 'path=' points to JavaScript file in a virual directory, then Intellisense fails to use the

    /// <reference path=... />

    An HTM file that refers to a JavaScript file in a virtual directory using <script ...> will function perfectly, but the Intellisense within the HTM file will not pick up the functions etc in the JavaScript file

    # NetC??digo | Ya lleg?? Visual Studio 2008

    Wednesday, November 28, 2007 5:57 PM by NetC??digo | Ya lleg?? Visual Studio 2008

    Pingback from  NetC??digo | Ya lleg?? Visual Studio 2008

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 9:41 PM by pschranz

    Hello,

    I installed VS 2008 Standard Edition Beta 2, and I did run the DisableAjaxPolicy.cmd file, many times.  However, my VS 2005 Projects now have an error.

    Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

    I've uninstalled VS 2008 Standard Edition Beta 2, and un/re installed VS 2005 and the Ajax Extensions.  How can I remove this dependency on v3.5.0.0 System.Web.Extensions in my VS 2005 projects?

    Thanks,

    Paul

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, November 28, 2007 11:53 PM by Sam

    I've found the html editor to be very infuriating. Everytime my cursor is inside a tag (typing an attribute value) the ide seems to pause for 5 seconds every so often (more often than tolerable). I have no such issue in 2005. Its pretty unusable, to make matter worse while this pointless delay is occuring keystrokes are not buffered so anything i type while it's busy freakin out is never outputted...

    I thought it might have been the properties tool window I had open was slowing things down, as every time i click in a tag a lot of properties get appear in the window... closing it made no difference.

    Dunno what to do, it's so annoying! My inner screaming is about to become outer screaming :/

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 29, 2007 5:10 AM by ScottGu

    Hi pschranz,

    >>>>>> I installed VS 2008 Standard Edition Beta 2, and I did run the DisableAjaxPolicy.cmd file, many times.  However, my VS 2005 Projects now have an error.

    If you can send me an email (scottgu@microsoft.com) I can have someone help you with this.

    Thanks,

    Scott

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, November 29, 2007 5:13 AM by ScottGu

    Hi Sam,

    >>>>>>>> Everytime my cursor is inside a tag (typing an attribute value) the ide seems to pause for 5 seconds every so often (more often than tolerable).

    Can you send me an email (scottgu@microsoft.com) with more details about your project, source file, and machine configuration?  I haven't heard of someone running into this before - so it sounds like something weird is going on (we have seen issues with mouse drivers and/or other applications that prevent idle loops from kicking in which can sometimes cause background tasks to be slow - which might somehow be related to your issue).  

    If you send me email we'll get it resolved.

    Thanks,

    Scott

    # .NET Web Product Roadmap (ASP.NET, Silverlight, IIS7)

    Thursday, November 29, 2007 12:22 PM by ScottGu's Blog

    Last week we shipped Visual Studio 2008 and .NET 3.5 .&#160; This release is a big one for .NET, and

    # Uno sguardo al futuro

    Thursday, November 29, 2007 4:06 PM by di .NET e di altre Amenit

    Uno sguardo al futuro

    # .NET Web Product Roadmap (Silverlight 2.0)

    Thursday, November 29, 2007 7:35 PM by Bink.nu

    Last week we shipped Visual Studio 2008 and .NET 3.5 . This release is a big one for .NET, and delivers

    # SQL Server 2008 will have IntelliSense &laquo; Fun with .NET and SQL Server

    Pingback from  SQL Server 2008 will have IntelliSense &laquo; Fun with .NET and SQL Server

    # Finds of the Week - Nov 28, 2007 &raquo; Chinh Do

    Friday, November 30, 2007 12:50 AM by Finds of the Week - Nov 28, 2007 » Chinh Do

    Pingback from  Finds of the Week - Nov 28, 2007 &raquo; Chinh Do

    # [de] Dodned Usergroup Nachtrag

    Friday, November 30, 2007 2:36 AM by Michael's Blog

    Ich hatte gestern eine kurze Einführung zu jQuery gemacht, hier noch einmal die wichtigsten Links für

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 30, 2007 1:25 PM by dpant

    Hi.

    I would like to comment on your reference post about the ListView control ("The asp:ListView control, Part 1 - Building a Product Listing Page with Clean CSS UI").

    a. The new ListView control is very nice but why so much fuss about it? The Repeater control has the same purpose, it provides full control over the html/layout output and produces the same result in this specific example. Needless to say, the Repeater control exists since asp.net 2.0. Maybe a Repeater vs ListView post can enlighten us?

    b. I tried out the ListView sample step by step. I use Visual Web Developer 2008 Express Edition. The sample code won't work unless the item placeholder ID of the PlaceHolder control inside the LayoutTemplate is changed to "itemPlaceholder" instead of "itemContainer". This is the error I get otherwise:

    -- An item placeholder must be defined on ListView 'productsList'. Specify an item placeholder by setting a control's ID property yo "itemPlaceholder". The item placeholder control must also specify runat="server". --

    This is just a tiny fix and I mention it here just in case.

    Other than that, thank you for the excellent post.

    dpant

    # Visual Studio 2008 Released

    Friday, November 30, 2007 2:38 PM by Tim-Stanley.com

    Visual Studio 2008 Released

    # .NET Web Product Roadmap (Silverlight 2.0) &raquo; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more.

    Pingback from  .NET Web Product Roadmap (Silverlight 2.0) &raquo; D' Technology Weblog: Technology, Blogging, Tips, Tricks, Computer, Hardware, Software, Tutorials, Internet, Web, Gadgets, Fashion, LifeStyle, Entertainment, News and more.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 30, 2007 4:33 PM by Tony Bunce

    Scott,

    I am getting about 3x slower build times using the RTM version of VS 2008 compared to Beta2.  I was building my project in about 20 seconds and now it takes about 60.  the DevEnv process is at 50% the entire time (dual core, so 100% of one of the cores I would assume).

    Any tips on how to track down the problem?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, November 30, 2007 6:10 PM by ShermB

    Where's can I find a comparison of the editions (line item by line item), technical features, licensing, and costs?

    # Visual Studio 2008 &laquo; The Idea Pit

    Saturday, December 01, 2007 1:32 PM by Visual Studio 2008 « The Idea Pit

    Pingback from  Visual Studio 2008 &laquo; The Idea Pit

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, December 02, 2007 5:16 AM by DaiWei

    Scott:

     .net framework 3.5 can be run in windows 2000?

    # New topics in .net

    Sunday, December 02, 2007 5:36 AM by Murali.Tirchy

    Collected from Mahesh Kumar cyberiafreak.spaces.live.com I. 20 Ways to Come Up With Amazing Ideas

    # VS.net 2008 RTM

    Sunday, December 02, 2007 8:02 AM by .net Wand

    as of Nov. 19 2007 Microsoft has announced that visual studio has released to manufacture this is a must

    # Keis-Hansen.DK &raquo; Visual studio 2008 er landet

    Sunday, December 02, 2007 11:32 AM by Keis-Hansen.DK » Visual studio 2008 er landet

    Pingback from  Keis-Hansen.DK &raquo; Visual studio 2008 er landet

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, December 02, 2007 12:10 PM by mark

    Hi I was running the VWD 2008 Express version beta and everything worked as I needed it to..Apart from the registration process. I found on a forum it was an error with the program. (I downloaded it then burnt it to a disc) one of the two options. It turns out the way round it is to uninstall the whole package and do a download installation of the latest release. This has resolved the registration issue however every page I open now shows a "Page contains markup that is not valid when attached to master page" The only way round this is to click on the code make a slight change ie press delete then save the page.

    This allows me to continue working. However when I reopen the pages I see the same error again!!!!!!!!!!!!!!!! Any ideas or is it just me????

    Thanks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, December 02, 2007 7:39 PM by danieldsmith

    Any update on when the framework source code will be available?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, December 03, 2007 8:09 AM by Mark Nongkhlaw

    Will .NET Framework 3.5/VS2008/Express editions install in Windows 2000 Professional/Server editions?

    # Silverlight 1.1 Out of Sync with VS 2008 &laquo; .Net Software Development

    Pingback from  Silverlight 1.1 Out of Sync with VS 2008 &laquo; .Net Software Development

    # Tudor Vlad&#8217;s Blog &raquo; Visual Studio 2008 &#038; .NET Fw 3.5 - Overview

    Pingback from  Tudor Vlad&#8217;s Blog &raquo; Visual Studio 2008 &#038; .NET Fw 3.5 - Overview

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, December 03, 2007 10:29 PM by Ravi

    if i intall 2008 trail version and if i want to purchase retail version. then i have to uninstall this version first or microsoft will make way to make it retail.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 04, 2007 12:38 AM by Anthony

    Hi Scott,

    Do you know of any specific advantages to developing Sharepoint 2007 apps (portals/internet sites etc) against VS 2008, apart from the general advantages that have been mentioned.

    Thanks,

    Anthony

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 04, 2007 2:18 AM by jsonBC3K

    Can someone please point me in the direction of a resource that discusses WCF and JSON in the RTM bits please?  Now that endpoints can't use UriTemplate with WebScriptEnablingBehavior my beta 2 code is broken.  

    # Visual Studio 2008 released

    Tuesday, December 04, 2007 4:12 AM by Nikhil's Blog

    With a lot of fanfare, VS 2008 and .NET 3.5 released on Nov. 19th. Talking to customers and early adopters,

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 04, 2007 12:19 PM by Vamsi

    Hi Scott,

    When will Framework Source Code debugging be available from VS2008?. You promised more details on how to configure, so on so forth...

    thanks

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 04, 2007 4:07 PM by Claudio M. E. Bastos Iorio

    Hi, anyone using VS2008 (final) on windows Vista?

    I have a problem. The ASP.NET web site administration tool on any site created by VS2008, running on Vista, is not working as it should. I can configure users, roles, but when I try the option 'Select a single provider for all site management data' > AspNetSqlProvider > test, I receive the message:

    'Could not establish a connection to the database.

    If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line utility to create and configure the database, and then return to this tool to set the provider.'

    I tried the aspnet_regsql tool, tried to run VS as admin, and still the same.

    Any ideas?

    TIA

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 04, 2007 9:05 PM by Dave Durose

    Can't wait to get my hands on VS2008 and .NET 3.5.  The organization I work for has told us developers that it's only a matter of time until we'll have VS2008.  I love VS2005 and can't wait to try out all the new and cool stuff in VS2008.  Way to go Microsoft!  You guys have definitely been busy.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, December 05, 2007 6:21 AM by Mark Nongkhlaw

    I have a brand new Win XP machine with no .NET Framework installed yet. For multitargeting to work do I also need to install version 2.0/3.0 of the framework, or just .NET Framework 3.5 will suffice?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, December 05, 2007 9:18 AM by Brett

    Hey Scott,

     I have been playing with Visual Studio 2008 since about beta one, I have run into something new with the final release.  When I am in design view, and typing text.  The text takes forever to appear on the screen, one letter at a time, almost like my machine is getting hammered performance wise.

    I tried disabling all Mem.Res. apps and only running VS08, but I still see this.  Can you loop me into support if I am not the only one experiencing this.

    BTW - Before I went to VS08 RTM, I did a complete rebuild on my machine to be sure no beta issues would exist along with the fact then I love nothing more than a clean dev environment.

    Let me know,

    Thanks.

    # .NET Web Product Roadmap (ASP.NET, Silverlight, IIS7) &laquo; .NET Framework tips

    Pingback from  .NET Web Product Roadmap (ASP.NET, Silverlight, IIS7) &laquo; .NET Framework tips

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, December 05, 2007 8:09 PM by Jon

    Hello Scott

    I have a class in the App_Code folder. All my LINQ methodes work except this one:

       public List< tblItinerary> GetItineraryByID(string TourID)

       {

           using (dsMyDataContext db = new dsMyDataContext())

           {

              return (from r in db.tblItineraries

                                 where r.itiTourPackageID == TourID

                                 select new  {

                                 r.itiDay, r.tblDestination .desName, r.tblTransportMode .trmName

                                 }).ToList<tblItinerary>();

           }

       }

    What I get is the following errors:

    -----------------

    Error 4 'System.Linq.IQueryable<AnonymousType#1>' does not contain a definition for 'ToList' and the best extension method overload 'System.Linq.Enumerable.ToList<TSource>(System.Collections.Generic.IEnumerable<TSource>)' has some invalid arguments C:\Users\UserXX\Documents\Visual Studio 2005\WebSites\MyLinqSite\App_Code\LINQMyTours.cs 66 33 C:\...\MyLinqSite\

    --------

    Error 5 Instance argument: cannot convert from 'System.Linq.IQueryable<AnonymousType#1>' to 'System.Collections.Generic.IEnumerable<tblItinerary>' C:\Users\userXX\Documents\Visual Studio 2005\WebSites\MyLinqSite\App_Code\LINQTourPackages.cs 66 33 C:\...\MyLinqSite\

    # Visual Studio 2008 and .NET 3.5 is out!!

    Thursday, December 06, 2007 5:06 AM by Mohamed Salem Korayem's Blog

    Visual Studio 2008 and .NET 3.5 is out!!

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, December 06, 2007 12:31 PM by George

    Hi Scott,

    Well done and I will be installing it some time soon but I have a quick question that I would really need some help and direction from you:

    Can I build a smart client for a asp.net web site with all this new 'stuff'? What I mean is, I want to build for example a web based questionnaire that has questions and answers and it's an adaptive type of questionnaire with a local sql2005 express db and then I want to deploy this web app to different 3rd party web sites across the world that are for example my customers, I want then from my web server release new versions of the web app and sql 2005 express db data, can I now do this as a smart client and vs2008 and .NET 3.5?

    Cheers

    George

    # Versions of Microsoft .NET Framework, CLR, and Your Profiler

    Thursday, December 06, 2007 12:47 PM by David Broman's CLR Profiling API Blog

    With the recent release of the Microsoft .NET Framework 3.5, not to mention prior versions like Microsoft

    # MSDN Blog Postings &raquo; Versions of Microsoft .NET Framework, CLR, and Your Profiler

    Pingback from  MSDN Blog Postings  &raquo; Versions of Microsoft .NET Framework, CLR, and Your Profiler

    # Rizal Almashoor&#8217;s Blog &raquo; Blog Archive &raquo; Microsoft Visual Studio 2008

    Pingback from  Rizal Almashoor&#8217;s Blog  &raquo; Blog Archive   &raquo; Microsoft Visual Studio 2008

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, December 07, 2007 8:14 AM by praveen

    pentastic article. it's very easy to develope code using linq to sql. thanks scott for your patience.

    really appreciating.

    # Visual Studio 2008 Version Final &#8212; UTPEDIA

    Friday, December 07, 2007 5:32 PM by Visual Studio 2008 Version Final — UTPEDIA

    Pingback from  Visual Studio 2008 Version Final &#8212; UTPEDIA

    # Quickie: Visual Studio 2008 RTM

    Sunday, December 09, 2007 6:51 AM by TomsTechBlog.com

    Quickie: Visual Studio 2008 RTM

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, December 09, 2007 2:51 PM by ScottGu

    Hi Bret,

    >>>>>> I have been playing with Visual Studio 2008 since about beta one, I have run into something new with the final release. When I am in design view, and typing text. The text takes forever to appear on the screen, one letter at a time,

    Can you send me an email (scottgu@microsoft.com) about this?  We have found a situation where this happens and are working on a patch.  If you send me email we can get you early access to it to make sure it fixes your problem.

    Thanks,

    Scott

    # Community Convergence XXXVI

    Monday, December 10, 2007 3:09 AM by Charlie Calvert's Community Blog

    Welcome to the thirty-sixth issue of Community Convergence. This is the big day, with Visual Studio 2008

    # Community Convergence XXXVI

    Monday, December 10, 2007 3:11 AM by Charlie Calvert's Community Blog

    Welcome to the thirty-sixth issue of Community Convergence. This is the big day, with Visual Studio 2008

    # aaia &raquo; Keis-Hansen.DK ?? Visual studio 2008 er landet

    Tuesday, December 11, 2007 11:58 PM by aaia » Keis-Hansen.DK ?? Visual studio 2008 er landet

    Pingback from  aaia &raquo; Keis-Hansen.DK ?? Visual studio 2008 er landet

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, December 12, 2007 9:08 PM by John Doroshenk

    Why oh why did you depricate classic asp color coding and intellisence, that makes no sense what so ever.  Classic asp is very much used out there.  If IIS still serves up those files why can't you keep support for it in VS.  Guess I'll stick with 2005 till someone comes up with a hack for this monster letdown.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, December 12, 2007 10:39 PM by Jeff Handley

    I am having trouble debugging unit tests.  This always worked fine for me in VS 2005.

    I have used the built-in tools for unit tests, which generated a unit test project for me.  When I click on Test->Debug... and run tests, the breakpoints in my unit test project show as disabled, with the message, "No symbols have been loaded for this document."

    I've tried restarts, rebuilds, deleting the DLLs manually and building clean, but to no avail.  I cannot get it to make the unit tests debuggable.

    More available here: blog.jeffhandley.com/.../cannot-debug-unit-tests-in-vs-2008.aspx

    # [vs2008, algorithms] lectura de weekend

    Thursday, December 13, 2007 7:44 AM by My view of life

    DataSets DataSet enhancements in VS2008 ( link ) VS 2008 articles Weekend crash-course reading ( link

    # Visual Studio 2008概览

    Friday, December 14, 2007 7:43 PM by 青松阳光

    当前最让咱们.NET开发届鼓舞的消息是VisualStudio2008已经正式Release了,但不前只有英文版本。据我所了解的一个特点是VisualStudio2008不是针对特定Frame...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Saturday, December 15, 2007 2:56 PM by David Smith

    Hi Scott. I'm seeing the same error reported by Paul Coddington. I sent you an email, as you directed.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, December 16, 2007 3:58 PM by flipdoubt

    I had the same problem Paul Coddington had with the Forms Designer in VS.NET 2008 on Vista. Eventually, I solved it by following the directions at forums.asp.net/.../2034561.aspx.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Monday, December 17, 2007 4:53 AM by Hal Hovland

    Any possiblity of a comment on the fact that JavaScript Intellisense fails on external files that are referenced via a path that points to a virtual directory?

    (See my comment dated Nov 28)

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 18, 2007 3:26 AM by ScottGu

    Hi Hal,

    >>>>>>> Any possiblity of a comment on the fact that JavaScript Intellisense fails on external files that are referenced via a path that points to a virtual directory?

    I'm not seeing this issue when the virtual directory paths point to files within the project.  If you can send me email (scottgu@microsoft.com) I will put you in touch with the team to investigate more with you.

    Thanks,

    Scott

    # Leon Zandman&#8217;s Blog &raquo; Blog Archive &raquo; Visual Studio 2008 and SQL Server 2005 Business Intelligence Development Studio

    Pingback from  Leon Zandman&#8217;s Blog  &raquo; Blog Archive   &raquo; Visual Studio 2008 and SQL Server 2005 Business Intelligence Development Studio

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, December 20, 2007 1:26 AM by Bhumika Barot

    Great Man!

    Amazing features .I mean heaven for us (4 Developers)

    Thanks alot.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, December 20, 2007 6:30 PM by mkedwards

    Scott,

    I am using Visual Studio 2008 Team Suite on a large web site that we recently

    moved over from Visual Studio 2003.  There are 3 projects in my Visual Studio solution:  a web site project and two class library projects.  I

    have set up my web project to only "build page" when I start debugging (i.e.

    press the green arrow button), but for some reason, it always ends up building the entire web project every single time even though I haven't changed any source files.  It takes close to two minutes for the build to complete.  This is a major nuisance.  Can you give me any suggestions on how I can determine what is triggering the rebuild?  The build output window indicates that it is not rebuilding the two class library projects ... just the web project.  The weird thing is that this was not happening at first;

    it started happening about a week ago.  Any help would be greatly appreciated.

    # re: Visual Studio 2008 and .NET 3.5 Released

    Tuesday, December 25, 2007 5:10 AM by Amit

    hi.... I checked it out.... its really great with some small hookups.... the property names have again changed for eg. button1.text is changed to button1.content

    Need to revisit them .... :(

    But then with all the new features that its packed with perhaps the pain is worth taking........

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, December 27, 2007 12:50 AM by Anand

    Does .NET framework 3.5 supports xslt2.0?

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, December 28, 2007 10:47 AM by Shane

    Hi Scott - a while back you said "you can now wrap controls like WebPartZones and CatalogueManagers with UpdatePanels..."

    I'm having some trouble doing just that. Are there any tricks to it? I simply placed a control inside a webpartzone inside an updatepanel. The web part manager is outside of the update panel. I can't get the drag/drop functionality to work in design mode. Any suggestions, or links/tutorials you can point me to??

    Thanks so much!

    Shane

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, January 03, 2008 5:11 AM by arup

    Hi scot,

    I still not understand this behaviour of VS2005 Windows Forms Designer. It

    is a normal practice that we create a base form and then master form and

    then final form. I mean let say I create BaseForm.cs which is my base form

    (just derived form System.Windows.Forms) then I create MasterForm in wich I

    put toolbar and datagridview control (with public modifiers). And then I

    finally create EmployForm.cs in which I add few more things and fetch

    dataset and show it in datagridview control. These works absolutely fine in

    VS2003 at design time and runtime but with VS2005 I cannot do this at design

    time (I CAN CHANGE THINGS PROGRAMATICALLY). When I click on dataviewgrid control in final form (employeform.cs),

    all properties turn in gray and read-only. WHY WHY WHY????

    Same thing If I want to add few more buttons in my menuStrip control, I

    cannot do it in final form which is derived from my master form.

    I reported this problem at Beta2 stage and Microsoft said that it requres

    extensive engineering efforts and cannot be accomplished in this release

    (And I thought Microsoft will solve in the final release but still not

    there)

    I checked with few other vendors (like DevExpress), and they have now

    released their latest components so that I can use them in derived forms (I

    am using XtraGrid now in my derived forms and it just working fine at design

    time!).

    Is there any work around to solve the problem??? I read few post with similar problem but NONE of them telling me how I can fix/work around?

    IS THIS PROBLEM HAVE SOLVE THIS PRODUCT vs.net 2008

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, January 03, 2008 5:33 AM by Felix

    Hi Scott,

    is the fix for the 'View Source' problem available and if so, where can I download it?

    This issue is very annoying...

    Thanks,

    Felix

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, January 04, 2008 10:51 AM by Phillip

    Any idea when the Nov 2007 DevConnections conference attendees will be receiving their copy of VS 2008?

    Thanks,

    Phillip

    # Visual Studio 2008 和 .NET 3.5 发布了

    Friday, January 04, 2008 7:42 PM by 幸福

    【原文地址】VisualStudio2008and.NET3.5Released

    【原文发表日期】Monday,November19,200710:34AM

    今天我们发布...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Saturday, January 05, 2008 11:10 AM by Tom Wilson

    I am sure this is great stuff.  

    But as I write this as I begin a another Saturday workday, due in large part to the inefficiency of having to concurretly manage 1.1 and 2.0 apps using a completely different set of tools.

    So it is hard for me to be excited about Yet Another Version of VS that will not support our legacy (1.1) apps.  Seems to me a thoughtful set of requirements would have AT LEAST provided a means to BUILD legacy apps from source.  (Some very limited debugging capabilities to deal with maintenance-level updates would be nice, but frankly the venerable printf-debugging technique would be adequate if that's the best the can be done.)  The only reason I find VS2008 intereating at all at this point is because it DOES support 2.0 apps.

    # LINQ体验(1)——Visual Studio 2008新特性

    Saturday, January 05, 2008 9:56 PM by 李永京

    开始LINQ体验系列,作为开篇从Visual Studio 2008的新特性开始。其包括.NET Framework 对重定向的支持;ASP.NET AJAX和JavaScript智能客户端支持;全新的Web开发新体验:Web设计器提供了分割视图编辑、嵌套母板页、以及强大的CSS编辑器集成;编程语言方面的改进和LINQ;浏览.NET Framework库源码;智能部署ClickOnce;.NET Framework 3.5 增强功能;集成对Office (VSTO)和Sharepoint 2007开发的支持

    # Broadover.Com &raquo; re: Visual Studio 2008 and .NET 3.5 Released

    Pingback from  Broadover.Com &raquo; re: Visual Studio 2008 and .NET 3.5 Released

    # All about asp.net &raquo; Blog Archive &raquo; Steps to Uninstall VS 2008 Beta2 before installing the VS 2008 Final Release

    Pingback from  All about asp.net  &raquo; Blog Archive   &raquo; Steps to Uninstall VS 2008 Beta2 before installing the VS 2008 Final Release

    # All about asp.net &raquo; Blog Archive &raquo; Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download

    Pingback from  All about asp.net  &raquo; Blog Archive   &raquo; Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download

    # re: Visual Studio 2008 and .NET 3.5 Released

    Sunday, January 06, 2008 6:16 PM by Brad

    I've started using a 90-day trial of VS 2008 and converting solution and project files. This is a very labor intensive process when reusing updated source code from 3rd party repositories such as CodePlex. For example, I downloaded the updated ObjectBuilder and want/need to update Enterprise Library, Web Client Software Factory, and Repository Factory in addition to my own projects to use this new build, then rebuild them all in sequence. The problem is that all of these projects are in VS 2005 format.

    Is there a command line tool or switch that I could use to automate the project and solution conversion within a batch file for a one step rebuild of all the libraries?

    # Visual Studio 2008 和 .NET 3.5 发布了

    Tuesday, January 08, 2008 2:56 AM by 吴华朋

    【原文地址】VisualStudio2008and.NET3.5Released

    【原文发表日期】Monday,November19,200710:34AM

    今天我们发布...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Wednesday, January 09, 2008 2:21 AM by Code99

    Is threre any link that says what are the missing control in framwork 3.5 but present in framwork 2.0. And what are substitution of those controls

    # Visual Studio 2008新特性【转】

    Thursday, January 10, 2008 4:34 AM by 剑飘红

    一、写本系列的目的

    我平时利用课余零碎时间来学习ASP.NET3.5、LINQ、Silverlight、ASP.NET3.5Extensions等新东西,通过笔记形式来记录自己所学的历程,也给大...

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, January 11, 2008 11:09 AM by MA

    My questions relates to: Improvements on Website Publishing over Visual studio 2005

    When you add page to an existing Project to .Net 2.0 Visual Studio 2005, you would normally delete all fils in the folders and do new publish of everything.

    Does Visual Studio 2008 - allow you do only copy the new pages without deleting the Site and re-publishing it?

    # LINQ体验(1)——Visual Studio 2008新特性

    Wednesday, January 16, 2008 1:13 AM by 网络金领

    一、写本系列的目的

    我平时利用课余零碎时间来学习ASP.NET3.5、LINQ、Silverlight、ASP.NET3.5Extensions等新东西,通过笔记形式来记录自己所学的历程,也给大...

    # Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download &laquo; .NET Framework tips

    Pingback from  Silverlight 1.1 Tools Alpha for Visual Studio 2008 Available for Download &laquo; .NET Framework tips

    # re: Visual Studio 2008 and .NET 3.5 Released

    Thursday, January 17, 2008 11:02 AM by Mallesh

    Hi,

      My question is on Biztalk server 2006 R2......

    Is VS 2008 with .Net Framework 3.5 is compatable with Biztalk server 2006 R2 and also I want to know the new features involved in implementing WCF.

    Thanks & Regards

    Mallesh B

    # Visual Studio 2008 / Framework 3.5 Learning Resources Page

    Thursday, January 17, 2008 8:05 PM by Is This Thing On?

    Here are some consolidated resources from myself and the community for getting up to speed with Visual

    # re: Visual Studio 2008 and .NET 3.5 Released

    Friday, January 18, 2008 11:12 AM by Roger Osborn

    As we approach the 2 month anniversary of going golden, when do you think we Vegas DevConnections attendees will get our copies?  I'm excited to try it out and a big reason for attending the conference was to get a free copy, so what's up?

    # Visual Studio 2008 Released

    Friday, January 18, 2008 9:20 PM by Tim-Stanley.com

    Visual Studio 2008 Released

    # &raquo; Get more out of VS2008! Knowledge Base: My Knowledge base - everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc

    Pingback from  &raquo; Get more out of VS2008! Knowledge Base: My Knowledge base - everthing I have found that might be useful in .NET, C#, SQL Server 2005, PHP and Actionscript 2.0 / 3.0 etc

    # DotNET @ Kape Ni LaTtEX &raquo; Blog Archive &raquo; PHINUG November Tech Sharing and Visual Studio 2008 Release

    Pingback from  DotNET @ Kape Ni LaTtEX  &raquo; Blog Archive   &raquo; PHINUG November Tech Sharing and Visual Studio 2008 Release

    # .NET Framework versions and sos.dll

    Wednesday, January 23, 2008 3:01 PM by ASP.NET Debugging

    So the next version of Visual Studio is getting ready to release (it is actually already available for

    # Visual Studio 2008 和 .NET 3.5 发布了

    Friday, January 25, 2008 6:30 AM by 宏宇

    【原文地址】VisualStudio2008and.NET3.5Released

    【原文发表日期】Monday,November19,200710:34AM

    今天我们发布...

    # the toe of webdev &raquo; Second omen. Good or bad? You tell me.

    Friday, February 01, 2008 12:43 AM by the toe of webdev » Second omen. Good or bad? You tell me.

    Pingback from  the toe of webdev &raquo; Second omen.  Good or bad?  You tell me.

    # The Future of ASP.NET

    Friday, February 01, 2008 3:19 AM by Random Rants

    The Future of ASP.NET

    # ScottGu's View of VS2008 and .NET 3.5

    Monday, March 03, 2008 12:24 AM by kevin Mocha

    # LINQ体验(1)——Visual Studio 2008新特性

    Friday, March 07, 2008 1:01 AM by YJingLee

    开始LINQ体验系列,作为开篇从Visual Studio 2008的新特性开始。其包括.NET Framework 对重定向的支持;ASP.NET AJAX和JavaScript智能客户端支持;全新的Web开发新体验:Web设计器提供了分割视图编辑、嵌套母板页、以及强大的CSS编辑器集成;编程语言方面的改进和LINQ;浏览.NET Framework库源码;智能部署ClickOnce;.NET Framework 3.5 增强功能;集成对Office (VSTO)和Sharepoint 2007开发的支持

    # Extension methods in C# and .NET Framework 3.5

    Friday, March 21, 2008 10:34 AM by Janko's Blog

    Visual Studio 2008 and Framework 3.5 include an exciting new feature - extension methods . Extension

    # Visual Studio 2008 shipped

    Wednesday, April 02, 2008 9:44 AM by Hugo Batista: Software Architecture and Engineering

    It's now official . And what a better day to born a revolution! (private joke, sorry!). Visual Studio

    # Yes you CAN build .Net 3.5 apps from VS 2005

    Thursday, April 17, 2008 10:54 AM by Ken Brubaker

    According to Charles Young you simply need to install .Net 3.5 and change any relevant assembly references...

    # net framework 1 1 download

    Tuesday, May 20, 2008 10:06 AM by net framework 1 1 download

    Pingback from  net framework 1 1 download

    # visual studio 2008 product key

    Saturday, May 24, 2008 4:12 AM by visual studio 2008 product key

    Pingback from  visual studio 2008 product key

    # VS 2008 und VS 2005 Side-By-Side

    Saturday, June 14, 2008 4:41 PM by Marco Scheel aka GeekDotNet

    Wie bei jedem Release einer neuen Visual Studio Version stellt sich erneut die Frage, ob die neue und die alte Version zusammen leben können. Der Mann der es wissen muss, hat dazu eine klare Aussage: Note that VS 2008 runs side-by-side with VS 2005 -

    # visual studio 2008 express

    Thursday, June 19, 2008 5:08 AM by visual studio 2008 express

    Pingback from  visual studio 2008 express

    # programming net 3 5 free

    Friday, June 20, 2008 2:17 PM by programming net 3 5 free

    Pingback from  programming net 3 5 free

    # &raquo; programming net 3 5 free 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; programming net 3 5 free 11 5: What The World Is Saying About 11 5

    # &raquo; ?? programming net 3 5 free 11 5: What The World Is Saying About 11 5 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? programming net 3 5 free 11 5: What The World Is Saying About 11 5 11 5: What The World Is Saying About 11 5

    # &raquo; ?? ?? programming net 3 5 free 11 5: What The World Is Saying About&#8230; 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? ?? programming net 3 5 free 11 5: What The World Is Saying About&#8230; 11 5: What The World Is Saying About 11 5

    # &raquo; ?? ?? ?? programming net 3 5 free 11 5: What The World Is Saying&#8230; 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? ?? ?? programming net 3 5 free 11 5: What The World Is Saying&#8230; 11 5: What The World Is Saying About 11 5

    # LibraLINQ Documentation (Part 2 – Introduction and Architecture)

    Monday, June 23, 2008 12:10 AM by Wely

    Introduction LibraLINQ adalah hasil implementasi dari sistem informasi dan web untuk perpustakaan. Dibangun

    # .NET Developer Idol Submission : Project Celestial Being

    Monday, June 23, 2008 1:57 AM by The Notes of Sagi Arsyad

    ikut-ikutan Wely untuk mempublish hasil submission untuk Developer Idol , dengan ini dipublish submission

    # &raquo; ?? programming net 3 5 free 11 5: What The World Is Saying About 11&#8230; 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? programming net 3 5 free 11 5: What The World Is Saying About 11&#8230; 11 5: What The World Is Saying About 11 5

    # &raquo; ?? ?? ?? ?? programming net 3 5 free 11 5: What The World Is&#8230; 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? ?? ?? ?? programming net 3 5 free 11 5: What The World Is&#8230; 11 5: What The World Is Saying About 11 5

    # &raquo; ?? ?? ?? ?? ?? programming net 3 5 free 11 5: What The World Is??? 11 &#8230; 11 5: What The World Is Saying About 11 5

    Pingback from  &raquo; ?? ?? ?? ?? ?? programming net 3 5 free 11 5: What The World Is??? 11 &#8230; 11 5: What The World Is Saying About 11 5

    # .NET Developer Idol Submission : Project Celestial Being

    Monday, June 30, 2008 5:25 AM by The Notes of Sagi Arsyad

    ikut-ikutan Wely untuk mempublish hasil submission untuk Developer Idol , dengan ini dipublish submission

    # microsoft visual studio tudor

    Tuesday, July 08, 2008 7:21 PM by microsoft visual studio tudor

    Pingback from  microsoft visual studio tudor

    # vs2008

    Thursday, July 10, 2008 9:02 PM by vs2008

    Pingback from  vs2008

    # microsoft windows net 3 5 download

    Thursday, July 24, 2008 4:23 PM by microsoft windows net 3 5 download

    Pingback from  microsoft windows net 3 5 download

    # remove microsoft net 3 0

    Saturday, August 02, 2008 12:00 AM by remove microsoft net 3 0

    Pingback from  remove microsoft net 3 0

    # Geeks and Romans &laquo; BarryDean 4 Christ

    Sunday, August 03, 2008 7:52 PM by Geeks and Romans « BarryDean 4 Christ

    Pingback from  Geeks and Romans &laquo; BarryDean 4 Christ

    # Visual Studio 2008 RTM | Oscar Martin Blog 2.0

    Friday, August 08, 2008 1:35 PM by Visual Studio 2008 RTM | Oscar Martin Blog 2.0

    Pingback from  Visual Studio 2008 RTM | Oscar Martin Blog 2.0

    # visual studio 2008 sp1

    Tuesday, August 12, 2008 6:25 AM by visual studio 2008 sp1

    Pingback from  visual studio 2008 sp1

    # ilovecode &raquo; Reasons to Choose .NET 3.5 Over 2.0

    Sunday, October 26, 2008 4:52 PM by ilovecode » Reasons to Choose .NET 3.5 Over 2.0

    Pingback from  ilovecode  &raquo; Reasons to Choose .NET 3.5 Over 2.0

    # Visual Studio 2008 和 .NET 3.5 发布了! | 自力博客 HzlzH

    Pingback from  Visual Studio 2008 和 .NET 3.5 发布了! | 自力博客 HzlzH

    # Visual Studio 2008 和 .NET 3.5 发布了! | 自力博客HzlzH

    Pingback from  Visual Studio 2008 和 .NET 3.5 发布了! | 自力博客HzlzH

    # ???????????????????????? ?????? &raquo; Blog Archive &raquo; Visual Studio 2008 and .NET 3.5 Released

    Pingback from  ???????????????????????? ??????  &raquo; Blog Archive   &raquo; Visual Studio 2008 and .NET 3.5 Released

    # Integer Comparison with ArrayList

    Friday, November 14, 2008 11:01 PM by Code Zest

    Integer Comparison with ArrayList

    # ???????????????? ?????????????? PSD Groups &raquo; Blog Archive &raquo; visual studio 2008 released :)

    Pingback from  ???????????????? ?????????????? PSD Groups  &raquo; Blog Archive   &raquo;  visual studio 2008 released :)

    # Visual Studio 2008 and .NET 3.5 Released : Microsoft SharePoint

    Pingback from  Visual Studio 2008 and .NET 3.5 Released : Microsoft SharePoint

    # Testato Visual Studio 2008 | hilpers

    Sunday, January 18, 2009 8:33 AM by Testato Visual Studio 2008 | hilpers

    Pingback from  Testato Visual Studio 2008 | hilpers

    # LINQ??????(1)??????Visual Studio 2008????????? | .NET?????????

    Pingback from  LINQ??????(1)??????Visual Studio 2008????????? | .NET?????????

    # .NET 2008 inquiry - Visual Basic .NET Forums

    Tuesday, March 24, 2009 12:24 PM by .NET 2008 inquiry - Visual Basic .NET Forums

    Pingback from  .NET 2008 inquiry - Visual Basic .NET Forums

    # Stigao je Visual Studio 2008!

    Monday, October 05, 2009 6:16 PM by Tehnoblogija

    Stigao je Visual Studio 2008!