Error loading AjaxControlToolkit v20.1.0 on mojoPortal with .NET 4.8

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.
7/29/2025 12:40:24 PM
Gravatar
Total Posts 21

Error loading AjaxControlToolkit v20.1.0 on mojoPortal with .NET 4.8

Hello, I am trying to use the AjaxControlToolkit Editor control on my mojoPortal site, which runs on .NET Framework 4.8.

I have installed AjaxControlToolkit (version 20.1.0) via NuGet. The DLL is in the /bin folder and my web.config has the correct <assemblies> and <controls> entries.

However, I constantly get the compilation error: "Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The specified file cannot be found."

This error happens even on a completely new, blank .aspx page, so it's a site-wide configuration problem. I have already cleared all ASP.NET caches.

Is there a known conflict or a special procedure to integrate the modern AjaxControlToolkit with a mojoPortal installation?

Thank you.