CRM 4.0 and Internet Explorer 6
Unfortunately most corporate customers are still using IE6, this has a number of knock on effects even when fully patched
- Listing screens can popup a “download file” box asking if you want to download a file called Blank.aspx. Apparently this is a problem with a recent service patch for IE6. The completely unsupported fix for this is to locate the blank.aspx file in the CRM web directory usually in the c:\program files\Microsoft CRM Server\CRMWeb\ folder and change this file so that it actually outputs some text. This can be done by adding the line
<% Response.Write(“Loading…”) %>
Or something similar below the existing content in the file. Restart IIS with an IISRESET and you should no longer receive the error
- This is by far the most serious one and caused literally weeks of diagnosis with the help of Microsoft UK CRM Support after logging a critical issue. Lots of fun creating memory dumps with ADPlus and getting 5-6 users to hammer the system to try to recreate the intermittent issue. The number of Simultaneous Downloads in IE 6 is 2, occasionally CRM will try to download more than 2 items at the same time and this will hang the Outlook client for 5 minutes until it times out with an eventual “an error occurred message”. The eventual fix for this was KB 282402 which is a per user setting so has to be applied with a AD group policy so that it is applied when the user logs in.
Labels: crm


