If A references assembly B 1.1 and C, and C references B 1.2, how do you avoid assembly conflicts?
I nievely assumed C\'s references would be encapsulated away and w
You can add a bindingRedirect element to your configuration file to specify which version of the assembly you want to use at runtime.