Hi Joe,
on a website hosted on .net 4.0 (provider Aruba does not give the possibility ti upgrade to 4.5.x) I installed the latest 2.4.0.4 version of mojoportal using the official .net 4.5 package and then I uploaded the 4.0 bin folder and web.copnfig as per your instructions.
2.4.0.4 MSSQL
Microsoft Windows NT 6.1.7601 Service Pack 1
ASP.NET v4.0.30319 Esecuzione in 'Partial Trust'
Clicking the topmenu link "Register" the sites gives the following error:
Referrer(http://www.santadele.it/) useragent Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko System.InvalidOperationException: Per la risorsa di script richiesta 'Common.Common.js' è necessaria la versione 'AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e' di ASP.NET AJAX Framework. Per utilizzare questa risorsa, assicurarsi che l'applicazione faccia riferimento alla versione 'AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'. in System.Web.UI.ScriptReference.GetUrlInternal(ScriptManager scriptManager, Boolean zip) in System.Web.UI.ScriptReference.GetUrl(ScriptManager scriptManager, Boolean zip) in System.Web.UI.ScriptManager.RegisterUniqueScripts(List`1 uniqueScripts) in System.Web.UI.ScriptManager.RegisterScripts() in System.Web.UI.ScriptManager.OnPagePreRenderComplete(Object sender, EventArgs e) in System.Web.UI.Page.OnPreRenderComplete(EventArgs e) in System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Another installation on the same platform works fine.
Is there anything I could do to fix it ?