[Mono-list] Using other Assemblies at Run time

Met @ Uber met@uberstats.com
Sat, 01 Nov 2003 13:56:26 -0500


I'm writing an application that uses assemblies like log4net which do
not belong with the rest for many reasons.  As such, I'm trying to
figure out where it belongs.  If this were Java I'd create a lib
directory to hold the Jars in the same directory as the EXE, but this
isn't Java ;-)

So basically, where do I put assemblies I need to be distributed with my
application?  I do not want them in the main directory, for neatness,
separation, etc.

Thanks in advance,

~ Matthew