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
I cant understand the problem, but are two days that I try do run in debug mode the simple example of dotNet binding without success.
Every call to native methods generates exception. I'm using Visual Studio 2022, unicorndll is compiled from dev branch using the visual studio promt. No errors during dll generation.
The exception is the following Your app has entered a break state, but no code is currently executing that is supported by the selected debug engine (e.g. only native runtime code is executing).
An unhandled exception of type 'System.Runtime.InteropServices.SEHException' occurred in Unknown Module.
External component has thrown an exception.
Can someone confirm? Any suggestion for the resolution?
The text was updated successfully, but these errors were encountered:
I cant understand the problem, but are two days that I try do run in debug mode the simple example of dotNet binding without success.
Every call to native methods generates exception. I'm using Visual Studio 2022, unicorndll is compiled from dev branch using the visual studio promt. No errors during dll generation.
The exception is the following
Your app has entered a break state, but no code is currently executing that is supported by the selected debug engine (e.g. only native runtime code is executing).
Can someone confirm? Any suggestion for the resolution?
The text was updated successfully, but these errors were encountered: