Assembly's with identical Assembly Name's in separate CompositionContainers will cause problems.
My program has 2 CompositionContainer's filled from 2 directories. However if an Assembly is in both directories and has the same 'assembly name' then a GetExportedValues() from the second CompositionContainer will return the dll from the first CompositionContainer.
Why is this and when will it be fixed?