Replies: 1 comment
-
|
Turns out that MahApps works just fine with .NET6. The reason I was getting the "System.BadImageFormatException: 'Bad IL format" exception was twofold:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I thought I saw on older issues that MahApps is now compatible with .NET6. However, when I try something like:
Assembly.LoadFrom(_assemblyNameGUI);Where
_assemblyNameGUIis a WPF executable that uses MahApps I get a "System.BadImageFormatException: 'Bad IL format" exception.Any thoughts on why MahApps (or perhaps one of its dependencies like ControlzEx) would cause said exception?
Beta Was this translation helpful? Give feedback.
All reactions