Closed caradilin closed 2 months ago
That's not a helpful ticket. Best to file a very minimal demo to investigate. I guess you have a package missmatch somewhere.
Hey Tim, refer to : https://github.com/caradilin/DemoTest/blob/main/WpfApp1/WpfApp1.sln
Sorry, but this is not a minimal demo. We have no time to investigate entire solutions.
Sorry,updated completed.
Can't reproduce your issue. 🤷
@caradilin The problem is that the example NuGet package from SciChart has a dependency to MahApps.Metro.IconPacks v4.11.0
https://github.com/search?q=org%3AABTSoftware+MahApps.Metro.IconPacks.Material&type=code
So it's not possible to use v5.0 in you project.
@caradilin The problem is that the example NuGet package from SciChart has a dependency to MahApps.Metro.IconPacks v4.11.0
https://github.com/search?q=org%3AABTSoftware+MahApps.Metro.IconPacks.Material&type=code
So it's not possible to use v5.0 in you project.
Thx, Punker
Describe the bug
TypeLoadException: Could not load type 'MahApps.Metro.IconPacks.PackIconMaterialDataFactory' from assembly 'MahApps.Metro.IconPacks.Material, Version=5.0.0.0, Culture=neutral, PublicKeyToken=0c0d510f9915137a'.
Note: There is also a gitter room to ask about usage or something else.
To Reproduce Steps to reproduce the behavior: xmlns:ext="http://schemas.abtsoftware.co.uk/scichart/exampleExternals" Like:
If I use IconPacks: PackIconMaterial, I also have the same problem.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop Environment (please complete the following information):
Repo If it's possible follow these guidelines for a good sample and I will most likely look at the issue sooner:
Additional context Add any other context about the problem here.