AjaxControlToolkit requires ASP.NET Ajax 4.0 Error Please HELP

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/4/2011 2:24:12 PM
Gravatar
Total Posts 4

AjaxControlToolkit requires ASP.NET Ajax 4.0 Error Please HELP

Hi Joe,

  It's been a while since I posted a question here, I've updated my mp version to the newest one, one thing I keep having error (or warning) is this :

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.

If you could lead me to the right road where I can make the changes that would be great, I wen't and updated the layout.master and replaced <asp:ScriptManager> with <asp:ToolkitScriptManager> that didn't do the trick.

Thank you for the wonderful CMS that you're providing.

Regards,

-Gil

 

4/4/2011 4:18:15 PM
Gravatar
Total Posts 18439

Re: AjaxControlToolkit requires ASP.NET Ajax 4.0 Error Please HELP

Hi Gil,

This is only required under .NET 3.5, not .NET 4.

If you are working from source code see the .NET 4 Transition Plan

If you are using a pre-compiled deployment package for .NET 3.5, it already has this tag mapping in Web.config:

 <add tagType="System.Web.UI.ScriptManager" mappedTagType="AjaxControlToolkit.ToolkitScriptManager" />

so it should not have this error if that is present.

Hope it helps,

Joe

4/4/2011 5:01:05 PM
Gravatar
Total Posts 4

Re: AjaxControlToolkit requires ASP.NET Ajax 4.0 Error Please HELP

That's correct Joe, I'm using the 3.5, I'll check out the Transition to 4.0 docs.

As always, you've been very prompt in replying to problems and helpful.

 

Thank you,

-Gil

You must sign in to post in the forums. This thread is closed to new posts.