Could not load type ‘System.Web.UI.ScriptReferenceBase’ from assembly
While deploying my application on a production server, I was facing the following issue:Exception: System.TypeLoadException Message: Could not load type ‘System.Web.UI.ScriptReferenceBase’ from assembly ‘System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35′. Stack Trace: at AjaxControlToolkit.ToolkitScriptManager.OnResolveScriptReference (ScriptReferenceEventArgs e) By looking into above details, it clearly shows that there is some problem in loading AjaxControlToolkit assembly.I did some online search… Read More »
