Hi,
I am using the DotSpatial.Plugins.BruTileLayer in C# Windows Forms i am getting the the Type load exception.
Below is the my code:
BruTileLayer baseMap = BruTileLayer.CreateKnownLayer(BruTile.Predefined.KnownTileSource.BingAerial, "");
Exception Message:
System.TypeLoadException: 'Method 'DrawRegions' in type 'DotSpatial.Plugins.BruTileLayer.BruTileLayer' from assembly 'DotSpatial.Plugins.BruTileLayer, Version=1.7.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.'
Thanks
Hi,
I am using the DotSpatial.Plugins.BruTileLayer in C# Windows Forms i am getting the the Type load exception.
Below is the my code:
Exception Message:
Thanks