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

[Solved] Can I set the Telerik WebResource to debug?

1 Answer 203 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Paul Johnson
Top achievements
Rank 1
Paul Johnson asked on 30 Jun 2009, 10:11 PM
Hi,

We are currently developing an application that is using a ginormous amount of Telerik controls (a majority of which have been extended in some regard).  Every once in a while, we come across an error that is being churned up by MS Ajax and would like to figure out what exactly was going on with it.  It's a real pain because the Telerik DLL is using the release version of MS Ajax.  Has anyone in their travels come across a way to have Telerik use the debug version instead?  Is this because Telerik.Web.UI.dll was compiled using the release version?  Are there any workarounds?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 01 Jul 2009, 08:26 AM
Hi Paul Johnson,

In order to use the debug script of ASP.NET Ajax you should do the following:
  1. Set the EnableScriptCombine property of RadScriptManager to false
  2. Set the ScriptMode property to Debug

Then RadScriptManager would behave as the built-in ScriptManager control and output the debug scripts of ASP.NET Ajax.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Paul Johnson
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or