Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing System.Management #3719

Closed
JorundMartinsen opened this issue Dec 28, 2019 · 1 comment
Closed

Missing System.Management #3719

JorundMartinsen opened this issue Dec 28, 2019 · 1 comment

Comments

@JorundMartinsen
Copy link

Describe the bug
When using Metrowindow in a dotnet core 3.1 wpf project, I get an IO exception:

System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.'

To Reproduce

  1. Create a new WPF .net core 3.1 project
  2. Install MahApps
  3. Change MainWindow to a MetroWindow.
  4. Run project

Expected behavior
Normal execution

Environment(please complete the following information):

  • MahApps.Metro version v1.6.5
  • OS: Win10 1903
  • Visual Studio 2019 16.4.1
  • .NET Framework Core 3.1

** Additionally ***
ControlzEx has removed the dependency in v4.0.0.

@punker76
Copy link
Member

@JorundMartinsen v1.6.5 does not support .NET Core 3.0 or 3.1. If you need this then use the latest alpha version (but keep in mind, there are a lot of breaking changes inside).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants