I\'m using MEF to add plugins to our DAL which is used by our WebApp. This works fine, but when our service layer references the DAL, it\'s looking for plugins in \\ServiceLaye
You can't actually do this. Solution was to have a copy of the DLLs, one set in the web app folder, another in the service layer folder