I have been using DotSpatial successfully, but struggled with this issue quite bit. I had to make the following changes to get it to work:
1. BluetoothDevice.cs
Add:
[SecuritySafeCritical]internal void Refresh()
2. Devices.cs
Add:
[SecuritySafeCritical]public static class Devices{
3. NmeaInterpreter.cs
[SecuritySafeCritical] public class NmeaInterpreter : Interpreter {
These changes are on the latest source.
Regards
Kobus
1. BluetoothDevice.cs
Add:
[SecuritySafeCritical]internal void Refresh()
2. Devices.cs
Add:
[SecuritySafeCritical]public static class Devices{
3. NmeaInterpreter.cs
[SecuritySafeCritical] public class NmeaInterpreter : Interpreter {
These changes are on the latest source.
Regards
Kobus