We use blocks, adding links to the DLL, making sure that "copy local" is set so that they are deployed with the application in the bin folder of the application. This means we donβt need to guess with the GAC - much easier!
When debugging, Visual Studio can still enter the source code, even if it is not directly included in your project, if you have the EntLib source code on your hard drive. It will tell you the location the first time you use it and then remember it.
We currently use caching, exception, and logging blocks. We have not thought about using for the rest.
source share