Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to troubleshoot NotSupportedException: "Assembly does not contain a script with hash code" in Kentico 6.0?
    primarykey
    data
    text
    <p>We are in the process of upgrading our Kentico installations from v5.5 R2 to version 6.0. The site is running, but we are running into an issue loading a Telerik control and are receiving the following error message:</p> <pre><code>Assembly "System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" does not contain a script with hash code "ea597d4b". Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NotSupportedException: Assembly "System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" does not contain a script with hash code "ea597d4b". Source Error: Line 18: { Line 19: // Ensure script manager Line 20: PortalHelper.EnsureScriptManager(Page); Line 21: } Line 22: } Source File: d:\Websites\staging_coronapubliclibrary\CMSPages\ScriptManager.aspx.cs Line: 20 Stack Trace: [NotSupportedException: Assembly "System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" does not contain a script with hash code "ea597d4b".] AjaxControlToolkit.ToolkitScriptManager.DeserializeScriptEntries(String serializedScriptEntries, Boolean loaded) +1088 AjaxControlToolkit.ToolkitScriptManager.OutputCombinedScriptFile(HttpContext context) +1005 AjaxControlToolkit.ToolkitScriptManager.OnInit(EventArgs e) +66 System.Web.UI.Control.InitRecursive(Control namingContainer) +133 System.Web.UI.Control.AddedControl(Control control, Int32 index) +277 CMS.UIControls.AbstractCMSPage.EnsureScriptManager() +202 CMSPages_ScriptManager.Page_Init(Object sender, EventArgs e) in d:\Websites\staging_coronapubliclibrary\CMSPages\ScriptManager.aspx.cs:20 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.UI.Page.OnInit(EventArgs e) +105 CMS.UIControls.AbstractCMSPage.OnInit(EventArgs e) +16 CMS.UIControls.CMSPage.OnInit(EventArgs e) +87 System.Web.UI.Control.InitRecursive(Control namingContainer) +133 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1970 </code></pre> <p>The resource being requested is:</p> <p><a href="http://staging.coronapubliclibrary.org/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=sm1_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a387126a6-cbc0-46b4-b6ca-c8de25a0044f%3aea597d4b%3ab25378d2" rel="nofollow">http://staging.coronapubliclibrary.org/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=sm1_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a387126a6-cbc0-46b4-b6ca-c8de25a0044f%3aea597d4b%3ab25378d2</a></p> <p>Any thoughts on how to fix this issue? Any help would be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload