You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All project build ok but when try debug the project I have this error in YubikeyNeoManager.cs YubicoNeoReturnCode res = YubikeyNeoNative.YkNeoManagerListDevices(deviceHandle.Device, ptr, ref len);
Error:
An unhandled exception of type 'System.AccessViolationException' occurred in YubicoLib.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Run visual studio 2015 in parallels machine with windows server 2012 r2
All project build ok but when try debug the project I have this error in YubikeyNeoManager.cs
YubicoNeoReturnCode res = YubikeyNeoNative.YkNeoManagerListDevices(deviceHandle.Device, ptr, ref len);Error:
An unhandled exception of type 'System.AccessViolationException' occurred in YubicoLib.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Run visual studio 2015 in parallels machine with windows server 2012 r2
Please help!!