Have you ever received the following exception while using MEF ? Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. if you have received this error did you scratch your head and wonder ‘what the F does this mean’? Well the long and short...
In my previous post ( here ) I showed you how to setup and get running with MEF. However, what I left out from that post is how to setup MEF to allow ‘recomposition’, which is the fancy way of saying to allow your application to discover new plugins at run time. Allowing your application...