Showing posts with label rtm. Show all posts
Showing posts with label rtm. Show all posts

Wednesday, March 28, 2012

Why were the UpdatePanel-compatibile validators removed

Why were the UpdatePanel-compatible validators removed from the RTM build? This seems like it is going to create a lot of headaches!

The plan appear to be to an update of System.Web from windows update.

http://blogs.msdn.com/mattgi/archive/2007/01/23/asp-net-ajax-validators.aspx

Monday, March 26, 2012

window.debug has no properties since upgrade from RC to RTM

Hi!

Since I upgraded from AJAX RC to AJAX RTM I get following erros:

'window.debug.isDebug' is null or not an object -> IE7
window.debug has no properties -> Firefox
if (!window.debug.isDebug) { ...ScriptResource.axd (line 107)

What can be wrong?

Thanks for your help

Martin

The problem is fixed now. It seems that the control toolkit was not up to date within the project although I used "Rebuild Solution" and followed the release notes.