"'Sys' is undefined" in Atlas
Do you get this error in Microsoft Ajax / Atlas? I got it for the first time last night. I've heard about it in the forums. On my system, it appears to be a mismatch between web.config files and the code installed on my machine. I had an app that I had written under beta1. I pulled it over to a system with beta2. I got this error defined above. When I took the files and placed them into a project started under beta2, all my problems went away. Hope this is helpful if you get it.
Update: Lori "The goddess of knowledge" said I should add the following:
You have to add a handler in two spots in the web.config file to get rid of this message.
<add verb="GET" path="ScriptResource.axd" type="Microsoft.Web.Handlers.ScriptResourceHandler" validate="false"/>