HandyControl icon indicating copy to clipboard operation
HandyControl copied to clipboard

Could not load file or assembly 'HandyControl, Culture=neutral'

Open livan3li opened this issue 2 years ago • 3 comments
trafficstars

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

  1. Install-Package HandyControl
  2. I'm stuck here: Add code in App.xaml as follows:

Expected behavior

No response

Screenshots

image

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

livan3li avatar Jun 24 '23 11:06 livan3li

use v3.3.0

Redmomn avatar Jul 29 '23 13:07 Redmomn

I also encountered this problem, even when using v3.3.0, it still doesn't work.

Look-qihang avatar Aug 03 '23 14:08 Look-qihang

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.

GHGaoYa avatar May 14 '24 02:05 GHGaoYa