dotnet / DataGridExtensions

Modular extensions for the WPF DataGrid control
MIT License
811 stars 103 forks source link

FileNotFoundException #106

Closed denizmaral closed 10 months ago

denizmaral commented 1 year ago

I get always that exception thrown. I tried everything but I can't get rid of it. Is it because of German language? In Visual Studio it works without problem but in Runtine it throws that excepiton. image

tom-englert commented 1 year ago

That depends on the context. If your only reference to the DLL is via XAML, referencing something in code may help, or you can add a custom assembly resolver. It definitely has nothing to do with German language, these are general WPF limitations.