What are the dependencies for Proj4ExtensionX64.dll?
i'm running this code:
Dim proj4 As Proj4Projection = New Proj4Projection(Proj4Projection.GetEpsgParametersString(4326), Proj4Projection.GetGoogleMapParametersString())
layer.FeatureSource.Projection = proj4
and constantly get this error:
Could not load file or assembly 'Proj4ExtensionX64.dll' or one of its dependencies
I have copied the requested dll as well as MapSuiteProjectionX64.dll into the bin directory of my web application.
But still get the error.
Any ideas?
Oh running windows server 2008 r2 and version 4.0 of mapsuite