I get the same error message:
OCX error callback: Assertion failed: Invalid reference count for a tile.
When i try to use the Prefetch() Method via c#,
OCX error callback: Assertion failed: Invalid reference count for a tile.
When i try to use the Prefetch() Method via c#,
App.Map.Tiles.Prefetch(App.Map.GeographicExtents.xMax, App.Map.GeographicExtents.yMax, App.Map.GeographicExtents.xMin, App.Map.GeographicExtents.yMin, 12, 1024, myST);
-
i just added a call to it to the Demo-Application, provided with the source code.
- Any news about this?