Cannot use AvalonDock Metro theme for ResourceDictionary after upgraded to .net5
I have a Styling library with the ResourceDictionary like this:
After I upgraded my application to .net5 and migrated to MahAppsv2. I got the error:
FileNotFoundException: Could not load file or assembly 'Xceed.Wpf.AvalonDock.Themes.Metro, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
I need to fix this so I can get my desired UI for my application, could anyone give me some suggestions ?0 Replies