I get stuck with this ArcObjects 10.2.2 debug problem.
My environment
Problem
My application use IMapDocument interface of ESRI.ArcGIS.Carto to open MXD document. If the document has a raster Map Service layer(Map Service Type: Cached;File Format:PNG32), I will get errors under debug mode of Visual Studio when the application try to open it.
The exception message - "Access Denied. (Exception from HRESULT: 0x80030005 (STG_E_ACCESSDENIED))"
And the windows event viewer does come with an error about ESRI’s RasterDB.dll
see screenshot
However,
Thanks,
Problem solved.
This error should be related to a module (CSM.dll) conflict between ESRI's raster library and Microsoft's remote debugging library (VS7 Causality Stack Manager).
thanks John Simonitch for a [similar post][1]
User contributions licensed under CC BY-SA 3.0