I am aware that typically, MissingMethodException in Mono means that you are referencing a part of the framework that isn\'t implemented in Mono, even though it is available in
Got it! It seems MEF in Mono doesn't like a DirectoryCatalog that references DLLs with no exports. I was pointing at the current assembly directory, which is a no-no in Mono.