How to configure GMap.NET for C # .NET 4.0. I found this "If you are targeting .NET4, use this configuration:
<?xml version="1.0"?><configuration><startup useLegacyV2RuntimeActivationPolicy="true" ><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" /> </startup ></configuration >
"but I don’t know where to put this code
Regards, Alex Badescu
source
share