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
-
I thought I saw on older issues that MahApps is now compatible with .NET6. However, when I try something like:
Assembly.LoadFrom(_assemblyNameGUI);
Where
_assemblyNameGUI
is 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