Hi
I am developing a User Control for displaying maps by using your WpfMap object.
The user control is hosted inside an application written by our Client (we do not have control on that code)
I am using NetTopologySuite.dll and GeoAPI.dll from you distributed library.
To my understanding this dlls are not developed by ThinkGeo
The problem is that the application of our client (that consumes my user control) also uses this dlls for some other needs. They may also use some other version of NetTopologySuite.dll , GeoAPI.dll
We want to be able to specify the path location, in which we load the NetTopologySuite.dll , GeoAPI.dll from.
For now we can see that when creating an instance of WpMap, this dlls are been automatically looked for, and they must exist in the directory of the executable, which is not good enough.
How can define a specific location for loading this dlls?
Thank you