This page is no longer being updated. Please see this page instead.
[last update - 20th November 2007 - added 938276 and .NET 2.0 SP1 entry,] [previous update - 31st August 2007 - added 939866,] [previous update - 3rd August 2007 - corrected some of the versions for current beta products]
There is nothing worse than wrestling with a problem for ages only to discover later that there is already a fix for it. I therefore felt it would be useful to summarise what fixes have been done for ASP.NET 2.0 since it was released. Here are a few important points before we go any further:
Fixes that affect the three core ASP.NET 2.0 files of System.Web.dll, WebEngine.dll and aspnet_wp.exe (located in \Windows\Microsoft.NET\Framework\v2.0.50727)
FIX: You receive a ThreadAbortException exception in an ASP.NET Web application that is based in the .NET Framework 2.0 when the Async page directive property is set to true
FIX: You may receive an InvalidCastException error in an ASP.NET-connected Web application
Other fixes outside of the main set of three files:
Hope this helps!
Doug
[Updated 8th April 2009. I don’t generally like to change posts after they have been published but I wrote this post while some of the KB articles were still being authored. For a number of reasons there have been some changes to which articles document what issue, so I’m updating the below table to reflect the current situation as accurately as possible]
[Updated 27th April 2009. Correcting some build numbers and adding rollup KB969612]
There have been a few ASP.NET issues lately that have had to be resolved by the production of new hotfixes.
These fixes are recent and are not included in either the Microsoft .NET Framework 3.5 SP1 nor the subsequent .NET Framework Family Update.
When we release a number of fixes at around the same time, it can get a little bit confusing as to which fix package you actually need to get hold of and install in order to resolve the problem you are having. In due course this should be clearly documented in the KB article.
The below tables will hopefully help clarify things a bit. The first column has the link to the KB article that documents the issue. The description column is the high level description of the problem. You then have to decide which operating system you need the fix for. The fix packaging technology is different for different families of operating system. Look in the column appropriate to what you need and look down to the correct row. Either click on the link you find there or, if you see a ‘V’ continue looking down until you find a link or information about how to get the fix.
An important point is the build number. Microsoft hotfixes are always cumulative. So if a fix is included with a particular build of a particular set of files then any later build (higher build number) of the same files will include all previous fixes that affect those files.
Note: at the time of writing this blog post, not all the KB articles describing the problems have been published. So the KB article link may not yet work when you read this. The fixes are available however.
The fix packages in the first table update this set of files:
aspnet_wp.exe system.web.dll webengine.dll
I think of these as the “core” ASP.NET files.
The file version number is 2.0.50727.xxxx where xxxx is the build number.
V
KB962351
FIX: ASP.NET Dynamic menus do not render correctly in IE8 in non-compatibility view
KB967535
The following fix affects this file:
System.Web.Extensions.dll
HTH