WPF showdialog() and DLL import questions

for single dlls you have to reference them as well to register it to the system. there are only a few standard search paths like .NET framework and nuget folders where dlls get picked up automatically. this is important to not end up in a dll hell and load wrong versions. but we could think about a standard search path besides a .vl document, something like \lib or \bin. however this could also slow down the system quite a lot.