we use ASP.NET Ajax (i.e. <asp:ScriptManager />) on our pages and we want to use Script # to generate js files with client-side functionality. The problem is that we include mscorlib.js in the page. At this point, other js libraries that rely on ASP.NET Ajax stop working.
Since Script # v0.6 sscorlib.dll and the aacorlib.dll libraries have been merged into mscorlib.dll. The release notes say: "The merger of sscorlib.dll and aacorlib.dll into mscorlib.dll. Modified by sscorlib.js to become mscorlib.js. If you are using ASP.NET Ajax, you need to enable MicrosoftAjaxExt.js for equivalent functionality."
Where do we find this library?
Thanks for the answer!!!
nix21 source
share