Hi,
From my other post yesterday, I learned that I needed to add UnManagedProj4Projection to my solution to be able to project WMS and images properly.
However, when I applied this to another more complex multi-project solution, I got the following error when I ask the map to refresh.
{“This function relies on MapSuiteDependency-UnmanagedProj4Projection.nupkg. Please install this package first. Or this function is not support on Windows”}
And the inner exception message is:
The type initializer for ‘fSQ=.8EU=’ threw an exception.
The thing is that I have loaded the assembly from NuGet and verified through VS and even looked into the .csproj file to be sure. And the files are correctly located in the packages folder.
The project builds fine with no reported errors.
Any ideas what could be causing this? Unfortunately, I am at a loss to how to replicate this as the simple single project solution works fine.
Regards,
Damian