
Craig Wallace
Top achievements
Rank 1
Craig Wallace
asked on 08 Jun 2010, 04:01 PM
Hi,
I am trying to use Telerik RadControls for .Net 4.0 controls in the same project as ASP.Net AJAX 3.5 controls. Are the two compatible? I get the following error when trying to run my project.
Thanks,
Craig
I am trying to use Telerik RadControls for .Net 4.0 controls in the same project as ASP.Net AJAX 3.5 controls. Are the two compatible? I get the following error when trying to run my project.
Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll. |
I am trying to use the ModalPopupExtender in the ASP.Net Ajax 3.5 controls. I have the following registered on my page.
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager> |
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
</telerik:RadAjaxManager> |
Craig
7 Answers, 1 is accepted
0
Hello Craig,
There's a known issue with the RadScriptManager and the Ajax Toolkit that we're still working to solve. Please see this forum thread for a temporary solution
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/ajax-control-toolkit-compatability.aspx#1188483
I hope this helps.
Regards,
Tsvetomir Tsonev
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.
There's a known issue with the RadScriptManager and the Ajax Toolkit that we're still working to solve. Please see this forum thread for a temporary solution
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/ajax-control-toolkit-compatability.aspx#1188483
I hope this helps.
Regards,
Tsvetomir Tsonev
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.
0

Craig Wallace
Top achievements
Rank 1
answered on 10 Jun 2010, 10:42 AM
Hi Tsvetomir,
I have tried that workaround but it did not work for me.
Craig
I have tried that workaround but it did not work for me.
Craig
0
Hello Craig,
Please see the ExternalScripts.aspx page in the attached site for a sample implementation.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
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.
Please see the ExternalScripts.aspx page in the attached site for a sample implementation.
I hope this helps.
Best wishes,
Tsvetomir Tsonev
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.
0

Craig Wallace
Top achievements
Rank 1
answered on 10 Jun 2010, 02:37 PM
Hi Tsvetomir,
Is the sample using the 3.5 or 4.0 version of the telerik controls?
Craig
Is the sample using the 3.5 or 4.0 version of the telerik controls?
Craig
0
Hello Craig,
The first sample is using the 4.0 version, but I'm attaching you a 3.5 version as well.
I hope this helps.
Greetings,
Tsvetomir Tsonev
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.
The first sample is using the 4.0 version, but I'm attaching you a 3.5 version as well.
I hope this helps.
Greetings,
Tsvetomir Tsonev
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.
0

David
Top achievements
Rank 1
answered on 08 Oct 2010, 04:55 PM
Hello,
I have this problem too but your solution doesn't work for me. I have javascripts error on page loading.
I have it using your sample too.
please see attached files.
do you have any solution ?
regards,
David
I have this problem too but your solution doesn't work for me. I have javascripts error on page loading.
I have it using your sample too.
please see attached files.
do you have any solution ?
regards,
David
0
Hi David,
It looks like you've got script localization turned on and the ScriptManager is looking for MicrosoftAjax.debug.fr.js which doesn't exist.
Either turn off script localization or make a copy of MicrosoftAjax.debug.js and rename it to MicrosoftAjax.debug.fr.js
I hope this helps.
Greetings,
Tsvetomir Tsonev
the Telerik team
It looks like you've got script localization turned on and the ScriptManager is looking for MicrosoftAjax.debug.fr.js which doesn't exist.
Either turn off script localization or make a copy of MicrosoftAjax.debug.js and rename it to MicrosoftAjax.debug.fr.js
I hope this helps.
Greetings,
Tsvetomir Tsonev
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