Hi,
I got the same error message trying to make a tabbed panel into an update panel.
It seems like no AJAX control can be placed in update panel.
I think the reason is the content in update panel (your AnimationExtender, my tabbed panel) does not get disposed on client side between each updates. This might cause a web-page that might be partially updated many times taking a lot of memory. I hope I'm wrong, though.
I'm looking for a way to solve this problem, too.