I have a page with a slideshow extender.
It works most of the time. Here is the situation where it does not work.
On the same page are a set of hyperlinks that point to various points on the same page using anchors such as MyPage.aspx#Anchor1.
When one of these hyperlinks is clicked, the page is reloaded using Redirect(MyPage.aspx#Anchor1).
The error happens when I click a button that is supposed to activate the slideshow. Apparantly, the Service method fails. I have tried to debug it, but debug never gets there.
Any ideas most appreciated.