Hi I have the following problem.
In the form.designer.cs I get this exception:
Could not load type 'GisSharpBlog.NetTopologySuite.IO.WKTReader' from assembly 'NetTopologySuite, Version=1.13.0.0, Culture=neutral, PublicKeyToken=f580a05016ebada1'.
When i get to this line of code.
this.winformsMap1 = new ThinkGeo.MapSuite.DesktopEdition.WinformsMap();
I guess the reason is the mapcontrol is expecting NetTopologySuite.dll V.1.7.3.31740 that is bundled with the mapsuite dll's.
I have a nuget reference to NetTopologySuite current in version 1.13.
And GisSharpBlog.NetTopologySuite.IO.WKTReader has changed name in sometime after 1.7.3 ?
Question: Are there any plans to update the bundled NetTopologySuite dll any time soon?
(And perhaps update geoapi.dll and npgsql.dll)
- Niels