Recently we have decided to update our project to the latest version of Script#. We are heavily using MS Ajax library, but in the current Script# release there is no Sys namespace anymore.
Could anyone provide a way how to use Asp.Net Ajax with ScriptSharp 0.7.x?
Thanks in advance.
Script# doesn’t support ASP.NET Ajax starting from version 0.6. For more details see this official answer or this one.
So, probably the best option here would be to migrate from MS Ajax to jQuery library as were suggested in previous answer.