Visual Studio 2008 and .NET Framework 3.5 Service Pack 1
The next service pack is finally available. If you are using .NET 3.5, or want to use any of the new features that we have been talking about being added in this service pack, I’d strongly recommend you upgrade to this. You can download it here.
So what are the new features in this, well for a Service Pack, quite a lot. Check them all out:
- ASP.NET Dynamic Data, which provides a rich scaffolding framework that enables rapid data driven development without writing code, and a new addition to ASP.NET AJAX that provides support for managing browser history (back button support). For more information, see What’s New in ASP.NET and Web Development.
- Core improvements to the CLR (common language runtime) that include better layout of .NET Framework native images, opting out of strong-name verification for fully trusted assemblies, improved application startup performance, better generated code that improves end-to-end application execution time, and opting managed code to run in ASLR (Address Space Layout Randomization) mode if supported by the operating system. Additionally, managed applications that are opened from network shares have the same behavior as native applications by running with full trust.
- Performance improvements to WPF (Windows Presentation Foundation), including a faster startup time and improved performance for Bitmap effects. Additional functionality for WPF includes better support for line of business applications, native splash screen support, DirectX pixel shader support, and the new WebBrowser control.
- ClickOnce application publishers can decide to opt out of signing and hashing as appropriate for their scenarios, developers can programmatically install ClickOnce applications that display a customized branding, and ClickOnce error dialog boxes support links to application-specific support sites on the Web.
- The Entity Framework is an evolution of the existing suite of ADO.NET data access technologies. The Entity Framework enables developers to program against relational databases in according to application-specific domain models instead of the underlying database models. For more information, see Getting Started with the Entity Framework. The Entity Framework introduces some additional features, including support for new SQL Server 2008 types, default graph serialization of Entities, and the Entity Data Source. This release of the Entity Framework supports the new date and file stream capabilities in SQL Server 2008. The graph serialization work helps developers who want to build Windows Communication Foundation (WCF) services that model full graphs as data contracts. The Entity Data Source provides a traditional data source experience for ASP.NET Web application builders who want to work with the Entity Framework.
- LINQ to SQL includes new support for the new date and file stream capabilities in SQL Server 2008.
- The ADO.NET Data Services Framework consists of a combination of patterns and libraries, which enable data to be exposed as a flexible REST (Representational State Transfer)-based data service that can be consumed by Web clients in a corporate network or across the Internet. The ADO.NET Data Services Framework makes data service creation over any data source. A conceptual view model of the underlying storage schema can easily be exposed through rich integration with the ADO.NET Entity Framework. Services created by using the ADO.NET Data Services Framework, and also compatible Windows Live (dev.live.com) services, can be easily accessed from any platform. For client applications that are running on Microsoft platforms, a set of client libraries are provided to make interaction with data services simple. For example, .NET Framework-based clients can use LINQ to query data services and a simple .NET Framework object layer to update data in the service.
- Windows Communication Foundation now makes the DataContract Serializer easier to use by providing improved interoperability support, enhancing the debugging experience in partial trust scenarios, and extending syndication protocol support for wider usage in Web 2.0 applications.
- The .NET Framework Data Provider for SQL Server (SqlClient) adds new support for file stream and sparse column capabilities in SQL Server 2008.
As for Visual Studio 2008, the Service Pack can be found here.
The following technologies have been tested and verified to work with SP1:
- Silverlight 2 SDK Beta 2 & Silverlight Tools Beta 2. (If Silverlight Tools Beta 2 is already installed, you must upgrade it after you install Visual Studio 2008 SP1. To upgrade, use the installer on the Silverlight Tools Beta 2 page on the Microsoft Download Center Web site.)
- MVC Preview Release #3
- ASP.NET Extensions/Dynamic Data Preview
- VC 2008 Feature Pack
- VB PowerPack Controls (2.0 & 3.0)
- Expression Studio 2 (RTM)
- SQL Server 2008
- .NET Framework 3.5 SDK
- XSLT Profiler
- VSTA 2.0 SDK
- Visual Studio 2008 SDK
If you encounter issues installing SP1, uninstall technologies and/or development add-ins not listed above, and then try SP1 Setup again.
Comments
Anonymous
August 11, 2008
PingBack from http://hoursfunnywallpaper.cn/?p=1053Anonymous
August 12, 2008
Microsoft .NET Framework 3.5 Service Pack 1 publishedAnonymous
August 12, 2008
PingBack from Instant DevelopmentAnonymous
August 12, 2008
but i encountered an error during .net 3.5 installation and such as always it hadn't any description just an error! on Windows 2003Anonymous
August 13, 2008
Vesta, There should be a log file that gets created either in the root of C or in your temp folder that would have more information. You can always call Microsoft for help getting it installed.Anonymous
August 15, 2008
So do we install both Studio and framework SP1's. If so what order? If not I would assume Studio SP1 if we are using StudioAnonymous
August 15, 2008
Mike, The Visual Studio SP contains the .NET SP. Or you can install the .NET one first and VS won't need to install it.Anonymous
September 22, 2008
I'm having a heck of a time getting 3.5 SP1 installed on a vanilla install of Server 2008 (32bit). It keeps throwing an error saying that I don't have the right version of .NET 2.0 installed. How is that even possible on Server 2008? It's fully patched.Anonymous
September 22, 2008
Wayne, Can you check if you have any hotfixes installed for .NET? There is a tool normally runs if there is something installed that you need to remove. What version of .NET 2.0 is installed? You can look in the %windows%Microsoft.NetFrameworkv2.0.50727 folder to see the version of the files there.