C#C
C#3y ago
Mark73

❔ Wpf app can't find libraries at runtime

I have a WPF app that's using a couple libraries that I installed from nuget. But when I do something in the app that tries to use the libraries, I get a "Could not load file or assembly" error. Weird thing is, I created a small test app does nothing but call a method with the library and it works fine.
Was this page helpful?