Microsoft CRM 4.0: Fix “TrySetFocusOnSubject” error after installing Update Rollup 12

After installing the Update Rollup 12 for Microsoft Dynamics CRM 4.0, I get an error (“Microsoft Dynamics CRM has encountered an error”) in the web frontend when closing an activity (e.g. a task).

The error report says:

<CrmScriptErrorReport>
  <ReportVersion>1.0</ReportVersion>
  <ScriptErrorDetails>
	<Message>Object expected</Message>
	<Line>1</Line>
	<URL>[...]</URL>
	<PageURL>[...]</PageURL>
	<Function>function anonymous()
{
TrySetFocusOnSubject()
}</Function>
	<CallStack>
	  <Function>function anonymous()
{
TrySetFocusOnSubject()
}</Function>
	</CallStack>
  </ScriptErrorDetails>
  <ClientInformation>
	<BrowserUserAgent>[...]</BrowserUserAgent>
	<BrowserLanguage>en-us</BrowserLanguage>
	<SystemLanguage>en-us</SystemLanguage>
	<UserLanguage>en-us</UserLanguage>
	<ScreenResolution>1920x1200</ScreenResolution>
	<ClientName>Web</ClientName>
  </ClientInformation>
  <ServerInformation>
    <OrgLanguage>1033</OrgLanguage>
    <OrgCulture>1033</OrgCulture>
    <UserLanguage>1033</UserLanguage>
    <UserCulture>1033</UserCulture>
    <OrgID>[...]</OrgID>
    <UserID>[...]</UserID>
    <CRMVersion>4.0.7333.2935</CRMVersion>
  </ServerInformation>
</CrmScriptErrorReport>

To fix this problem just delete your temporary Internet files and reload the CRM.

Related posts:

  1. Microsoft SQL Server Management Studio 2008 R2: Option “Prevent saving changes that require table re-creation”
  2. Howto remove Microsoft Office 2007 if uninstalling failed
  3. IIS 7.5 on Windows 7: How to fix “HTTP Error 401.3 – Unauthorized”
  4. ASP.NET: Prevent IIS 7.5 from overriding custom error pages with IIS default error pages
  5. Microsoft IIS 7: Enable Client Side Browser Caching for static Content in Web.config

Leave a comment

Your email address will not be published. Required fields are marked *

*

*