> I don't believe this scenario can be supported in the MEF integration.
Thanks for letting me know Nick.
It's not quite as clean, but I worked around it by not using the MEF
integration that comes with Autofac. Instead I used MEF the "normal"
way to load in the assemblies. I added the concrete Type of the
exports to their own metadata so I could register the classes MEF
composed into the Autofac container. I could then resolve them using
the full features of Autofac after dynamically loading them with MEF.
Reading back through that, I'm not sure it'll make sense to anyone be
me, but it works and that's what counts. :)