This is a migrated thread and some comments may be shown as answers.

RadScriptManager + AJAX + Embedded Scripts

1 Answer 118 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Travis
Top achievements
Rank 1
Travis asked on 11 Feb 2010, 11:51 PM
I am having an issue with AJAX (and only AJAX calls) calls when using embedded scripts that are compiled into a DLL. For example, RadTabs work fine, but when loading a user control via AJAX, I get an error. Likewise loading a user control via AJAX for a ToolTip gives me an error.


The error being returned is:

RadToolTipManager response error:
Exception=Sys.WebForms.PageRequestManagerServerErrorException: Assembly 'JPScriptResources, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' does not contain a Web resource with name 'JPScriptResources.jquery-1.3.2.min.js'.


I can verify that the embedded jQuery IS working in my site, as it works in several other places. I even removed jQuery from embedding, and it just errors on whatever the next embedded script is.

Any thoughts?


1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 16 Feb 2010, 10:39 AM
Hello Travis,

We already replied to your ticket:

Have you checked if this problem occurs when using the standard ScriptManager? The first error message might indicate that you don't have the correct WebResource attribute for your resource. Please, see this for more information:
http://support.microsoft.com/kb/910442

If the problem is occurring when using RadScriptManager you can send us a recording of the browser session using FiddlerCap. We'll be able to analyze it here.

Best wishes,
Veskoni
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ScriptManager and StyleSheetManager
Asked by
Travis
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or