Hi,
I'm having some trouble with my update panel animations after upgrading to rc1. Here's the error message I'm receiving:
Animation on TargetControlID="UpdatePanel1" uses property AjaxControlToolkit.AnimationExtender.OnUpdating that does not exist or cannot be set
Other toolkit controls appear to be working in the app, although the only other I use is the confirm button extender. When I first run the project and it encounters an update panel animation, visual studio will ask me for the location of Animation.cs (I'm using the pre-compiled version of the toolkit).
Also, the update animation control works correctly within the sample page included with the toolkit, so the problem would seem to be within my app. Any suggestions? Thanks