If Sys is not defined to your website, that means you forget to copy this code into your web.config <system.web> <httpHandlers> <add verb="GET" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler" validate="false"/> </httpHandlers> Now, your Sys is defined ;)
Personal weblog of Selim Özbudak