Hi,
I get this stack trace when our software is running on machines that are not developer machines (machines that don't have the licensed version installed... meant to be end-user machines.)
I should also add that, for some reason, my features are not rendering to the screen, when they should be.
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at ThinkGeo.MapSuite.Core.Projection.GetShapeTypeFromByteArray(Byte[] wkb, Int32 startIndex)
at ThinkGeo.MapSuite.Core.Projection.x66ab0a25f9969f22(Byte[] x1a22eb38b50994c5)
at ThinkGeo.MapSuite.Core.Projection.x195902aa81b555e3(Byte[] x61ddc1291c0e3204)
at ThinkGeo.MapSuite.Core.Projection.ConvertToInternalProjection(Feature feature)
at ThinkGeo.MapSuite.Core.Projection.ConvertToInternalProjection(BaseShape baseShape)
at ThinkGeo.MapSuite.Core.FeatureSource.ConvertToInternalProjection(RectangleShape rectangle)
at ThinkGeo.MapSuite.Core.FeatureSource.GetFeaturesInsideBoundingBox(RectangleShape boundingBox, IEnumerable`1 returningColumnNames)
at com.wsi.layout.view.map.LayoutMapGeoView.mouseTimer_Tick(Object sender, EventArgs e)
at System.Windows.Threading.DispatcherTimer.FireTick(Object unused)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)
Any ideas?
Thanks,
Greg