Hi,
My WPF application is using MEF.
It's works well but when I package it to an App-V package, it's seems that MEF couldn't retrieve MEF export attributes.
It will result an exception "System.ComponentModel.Composition.ImportCardinalityMismatchException: No exports were found that match the constraint"
ls there some restrictions or special settings to use App-V for a MEF application?