Hello Ethan,
This problem never really went away, it was just that I was too busy with other issues to follow-up. I have updated to all the latest MapSuite Packages and have copied the DLL’s fromMapSuiteDependency-MicrosoftVisualCRunTime100.10.2.1.
I do have some more information on the problem. My MrSid is contained within its own LayerOverlay and caching is set for the overlay. When caching is enabled I get this crash. When caching is disabled I do not get this crash.
When caching is enabled it appears to encounter this crash when it has to create a new cache file. If the extent to which I move to has already been cached then this crash does not happen. The funny thing is even though it crashes it does seem to create the new cache file. Because after a restart of the application I can then go to that area and it does not crash, but if I pan away from that area then it crashes again.
What I have noticed while running in Visual Studio Debug Mode is that even though caching is disabled the application will still crash most often when the application is initially starting. But if it does not crash then a pan will cause this crash to happen.
Below are the properties of the LayerOverlay.
Thanks,
Dennis
LockLayerMode = Lock
DrawingQuality = HighQuality
TileBuffer = 0
TileWidth = 1680
TileHeight = 1050
TileType = MultipleTile
TileTransitionEffect = Stretch
CacheTiles = true
CacheTileAccessMode = ReadAddDelete
CacheTileImageFormat = png