Importing into a Exported object with MEF
- by Nathan W
I'm sorry if this question has already been asked 100 times, but I'm really struggling to get it to work.
Say I have have three projects.
Core.dll
Has common interfaces
Shell.exe
Loads all modules in assembly folder.
References Core.dll
ModuleA.dll
Exports Name, Version of module.
References Core.dll
Shell.exe has a [Export] that…