Error writing Gatt characteristic: access denied

edited July 2017 in C#
Hello,

I had a perfectly well running Metawear streaming app. But after some Windows updates, I am getting this access denied exception while writing Gatt characteristic to the board. I used the Metawear starter app in CSharp as the base to develop this one.
Exception thrown: 'System.UnauthorizedAccessException' in MetawearWpfWrapWin32.exe
Error writing gatt characteristic: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

The UWP version of my app seems to work fine. Its just with my .NET app. Both of them do the same thing btw. I believe it is a permissions thing, but I am clueless how to solve this. Any assistance will be highly appreciated. Thanks


Comments

This discussion has been closed.