I have two questions :
1°) When I try to draw a rectangle, I got the following javascript error :
Webpage error details
Message: Sys.InvalidOperationException: ManagedRuntimeError error #4004 in control 'SilverlightMapConnector1': System.InvalidOperationException: The shape you provided does not pass our simple validation.
at ThinkGeo.MapSuite.SilverlightEdition.x6d719af406ea4c2c.xff365c684fff1baa(BaseShape x873d2ddd87022b07)
at ThinkGeo.MapSuite.SilverlightEdition.BaseShape.GetWellKnownBinary()
at ThinkGeo.MapSuite.SilverlightEdition.Feature..ctor(BaseShape baseShape)
at ThinkGeo.MapSuite.SilverlightEdition.EditFeatureOverlay.x7a01bf704eccf4f7(Object xd9272088e65bd176, MouseEventArgs xc2fd4c0ed406cdb7)
at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
Line: 433
Char: 17
Code: 0
URI: localhost:1187/ScriptResourc...t=11400759
It usually happen when I click (to set the first point) and then I move my mouse to the left of that point. It also sometimes happen when I click (not double click) to set the second point.
Depending of the browser, I can continue to work after the error. In that case, if I try to pass in EditMode on those rectangle, I got all the little circle to modify those rectangle, I can select and move the circle but the rectangle did not change. The rectangle sometimes disappear.
I reproduce these problems,randomly, on the MapSuite Demo Site (silverlightsamples.thinkgeo.com/).
Do you have an idea of what is the cause of the problem ?
2°) Is MapSuite Silverlight Control working with Silverlight 3 Beta 1 ? (I use that SDK because of others projects and I'm wondering if it could be the cause of some issues).