Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your Javascript function embedded in ScriptResource.axd has no method <code>_registerScript</code> is going on.</p> <p>You don't specify what .NET or ASP.NET version you are using, so I am not sure if this is due to the changes in ASP AJAX .NET 4 or not, like the related StackOverflow question in the resources links below.</p> <p>Though from the fact that it is <code>ScriptResource.axd</code>, you probably have something like <code>ScriptManager.RegisterClientScriptResource</code> or <code>ClientScript.RegisterStartupScript</code>, which you don't want in an ASP Update Panel, use <code>ScriptManager.RegisterStartupScript</code> instead.</p> <p>General things to be aware of with regards to ScriptResource.axd and web farms include</p> <ul> <li>The patch level and dlls on all hosts are the same. Related <a href="https://stackoverflow.com/questions/4718413/webresource-axd-throwing-exceptions-in-web-farm">StackOverFlow Question</a></li> <li>The machine key for validation and decryption is the same host. Relevant <a href="https://stackoverflow.com/questions/480392/invalid-viewstate-for-scriptresource-axd">StackOverFlow Question</a>, specifically <strong>jesal</strong>'s answer.</li> <li>The loading of the ScriptResource.axd based on the caching due to the timestamp parameter. See <a href="http://connect.microsoft.com/VisualStudio/feedback/details/358509/scriptresource-axd-urls-for-gac-assemblies-flawed-in-web-farm-environments-due-to-time-stamp-parameter" rel="nofollow noreferrer">here</a> and <a href="http://connect.microsoft.com/VisualStudio/feedback/details/358509/scriptresource-axd-urls-for-gac-assemblies-flawed-in-web-farm-environments-due-to-time-stamp-parameter" rel="nofollow noreferrer">here</a></li> </ul> <p>Relevant resources include</p> <ul> <li><a href="https://stackoverflow.com/questions/8725094/updated-asp-net-3-5-to-4-0-sys-webforms-pagerequestmanager-is-undefined">Related StackOverflow Question</a></li> <li><a href="http://bchavez.bitarmory.com/archive/2008/07/28/understanding-scriptresource-and-webresource-in-asp.net.aspx" rel="nofollow noreferrer">Understanding ScriptResource and WebResource in ASP.NET</a></li> <li><a href="http://forums.asp.net/t/1229586.aspx/1" rel="nofollow noreferrer">Not working ClientScript.RegisterStartupScript with Update Panel</a></li> <li><a href="http://weblogs.asp.net/leftslipper/archive/2006/11/13/HOWTO_3A00_-Write-controls-compatible-with-UpdatePanel-without-linking-to-the-ASP.NET-AJAX-DLL.aspx" rel="nofollow noreferrer">HOWTO: Write controls compatible with UpdatePanel without linking to the ASP.NET AJAX DLL</a></li> <li><a href="http://www.devcurry.com/2011/04/call-javascript-from-aspnet-ajax-update.html" rel="nofollow noreferrer">Call JavaScript from an ASP.NET AJAX Update Panel in Content Page Load</a></li> <li><a href="http://harindaka.blogspot.com.au/2009/03/aspnet-ajax-update-panels-and-register.html" rel="nofollow noreferrer">ASP.NET AJAX : Update Panels and Register Script Woes</a></li> <li><a href="http://www.west-wind.com/weblog/posts/2006/Dec/12/UpdatePanels-and-ClientScript-in-custom-Controls" rel="nofollow noreferrer">UpdatePanels and ClientScript in custom Controls</a> </li> </ul>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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