New version of Script # 0.6 and ASP.NET Ajax - where is MicrosoftAjaxExt.js located?

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!!!

+3
source share
1 answer

Script # no longer supports ASP.NET Ajax (starting from later builds).

You will find that mscorlib will be much smaller than MicrosoftAjax.js (+ MicrosoftAjaxExt.js). A further substantial reduction in the size of mscorlib is planned.

Along with jQuery, it provides a better model for writing client applications.

+1
source

Source: https://habr.com/ru/post/1792759/


All Articles