Replies: 1 comment 1 reply
-
What the error indicates is that the Assembly that gets loaded isn't the same as the one used for compiling the binary. I have no idea how that happened though, but perhaps reflection can tell you more... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Thank you for awesome project.
Following code works well on almost every platform except mono 6 (mono-service)
On mono 5 both mono and mono-service works well but on mono 6 only mono works.
To make run with mono-service on mono 6 what should I check?
Beta Was this translation helpful? Give feedback.
All reactions