
I am trying to run a function in this library. It uses some unmanaged code internally but is completely compatible with .Net 4.8. Most functions do run, but one, when called, gives this and for the most part, causes NT8 to bounce out to the desktop immediately.
Exception thrown: 'System.AccessViolationException' in Microsoft.ML.LightGbm.dll
Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Are there any workarounds, or is NT8 encryption/protection not going to let me play?
Thanks.

Comment