We have lot of products and there are some common DLLs across each product\'s application. Right now we copy each common DLL into each product\'s bin directory and treat the
If you're talking about .NET, you can:
Assembly.Load(byte[])
Assembly.TypeResolve
TypeProvider
Like: