I've added MEF to my web api project using IDependencyExplorer and all works fine.
However, after a few minutes of running, I start to get export not found errors. When I check the catalog in the debugger, the exports have gone and the assembly that contains the exported type is no longer there.
We aren't removing assemblies from the catalog explicity, so I'm baffled as to why this is happening. Would anyone be able to shed some light on this?