exceptionless / Exceptionless.Net

Exceptionless clients for the .NET platform
https://exceptionless.com
Other
551 stars 142 forks source link

Sometimes pinvoke cannot work fine #279

Closed pccai closed 1 year ago

pccai commented 2 years ago

web excepiton logs: LEK$K~)~(QF2KATD${SJ910

image

pccai commented 2 years ago

.net 5.0.407

niemyjski commented 2 years ago

@pccai looking at this, this is all try caught, are you seeing an unhandled exception? How is this getting logged out? Also, I'd recommend upgrading to .NET 6 as .NET 5 is EOL.

niemyjski commented 1 year ago

@pccai did this help?

pccai commented 1 year ago

yes, fixed! When used pinvoke, i missing a statement: hLib = (IntPtr)0; in constructed function. tks.