There was an update to the .NET 3.5 SP1 release a couple of days ago and I have not seen a lot of mention to it so thought I would write a blog post and talk about how this update affects ASP.NET. First off you can search for KB959209 in the Microsoft knowledge base for details on this update. Here is the direct URL to the article: http://support.microsoft.com/kb/959209 . This update corrects the following issues that may affect an ASP.NET developer that has .NET 3.5 SP1 installed: - Dynamic Data used with Entity Framework generates an error when navigating one to one relationships - BrowserCaps generates an error if Front Page Server extensions are installed. - Using a derived UpdateProgress control may encounter an exception. - An exception...(read more) ...
Go to the complete details ...