We use the MS Enterprise Library v4. However, we depend on legacy code that uses the Enterprise Library v2.
How do I specify configuration for both of these libraries in the same config file?
I've tried registering my configSections with different names (i.e. cachingConfiguration20 and cachingConfiguration41), but then the Enterprise Library cannot find its config sections.
Any ideas?