HandyControl
HandyControl copied to clipboard
Could not load file or assembly 'HandyControl, Culture=neutral'
Describe the bug
hi, i've done the installation steps as it's told in main page(readme) but after that i cannot add the controls into my wpf application. And Visual Studio throws and error which is;
Error: XDG0010 Could not load file or assembly 'HandyControl, Culture=neutral' or one of its dependencies. The system cannot find the file specified.
Steps to reproduce the bug
- Install-Package HandyControl
- I'm stuck here:
Add code in App.xaml as follows:
Expected behavior
No response
Screenshots
NuGet package version
HandyControl 3.4.0
IDE
Visual Studio 2022
Framework type
.Net Framework 4.7.2
Windows version
No response
Additional context
Edition Windows 10 Pro Version 22H2 Installed on 2/16/2021 OS build 19045.3086 Experience Windows Feature Experience Pack 1000.19041.1000.0
use v3.3.0
I also encountered this problem, even when using v3.3.0, it still doesn't work.
In Visual Studio 2022, Try the steps: 1, Firstly, unload the project that uses HandyControl. 2, And then carry out "Reload Project with Dependencies" in the context menu of the project. 3, And finally rebuild the entire solution.