Hello all,
I'm creating .net websites against a CMS server using the API of the software vendor.
The problem is that for every version of the CMS software I have different DLLs (mostly unversioned) that I have to deal with.
So, right now I am building some reusable server components that depend on these DLLs, but since I want to use these components against different websites with different DLL versions I need to come up with a way to switch the dependencies.
Is it possible to bundle all dependencies in a single DLL (and keep the original namespaces)?