Replies: 1 comment 1 reply
-
That seems bound to a Linq query. Can you share the Linq query triggering this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We've recently ported an asp.net framework application to .net core 6. We've also updated the nhibernate libraries to their .net core equivalents, but we are hitting some strange errors. We are getting the error "Common Language Runtime detected an invalid program" and it's happening somewhere deep inside nhibernate
What could be causing this issue? I've checked the dlls all they are all .net 6.
Beta Was this translation helpful? Give feedback.
All reactions