Quantcast
Channel: DotSpatial Issue Tracker Rss Feed
Viewing all articles
Browse latest Browse all 1128

Closed Issue: Mark classes SecuritySafeCritical to prevent GPS detection problem [420]

$
0
0
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

Viewing all articles
Browse latest Browse all 1128

Trending Articles