Is it possible to use probing for reference to .dll's in AppData?
<probing privatePath="libs" />
This is what im using right now, but I can't reference any folder outside of the folder containing the .exe file.
Is there an alternative way to get it done?
Im attempting this so that my application with around 10 dll files can be somewhat in-dependent and be a single .exe file. Due to how the dependency files are used, I cant use ILMerge e.t.c