Hi,
I'm trying to manage clicks on markers to display an info panel.
I'm using several LayerOverlays added to CustomOverlays collection, including Google/Yahoo/VE maps.
The InMemoryMarkerOverlay itself is added to CustomOverlays collection.
The markers are correctly displayed on the map, but when I click on one of them, I obtain the following error:
Error binding to target method.
at System.Delegate.CreateDelegate(Type type, Object target, String method, Boolean ignoreCase, Boolean throwOnBindFailure) at System.Delegate.CreateDelegate(Type type, Object target, String method) at ThinkGeo.MapSuite.WebEdition.MarkerOverlay.x7f7af3ab7e11f7b1(Object x28db80135f012008) at ThinkGeo.MapSuite.WebEdition.Map.x8fada0c5bad2e61c() at ThinkGeo.MapSuite.WebEdition.Map.LoadViewState(Object savedState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Control.LoadChildViewStateByIndex(ArrayList childState) at System.Web.UI.Control.LoadViewStateRecursive(Object savedState) at System.Web.UI.Page.LoadAllState() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Viewstate on the page is enabled, the map is contained in an UpdatePanel.
Do you have any suggestion?
Thanks in advance.
Fabio