I'm using a portable library class and I'm targeting to .NET 4.5, Silverlight 5 and Windows Store apps.
According to MSDN, it's possible to use MEF in these three plattforms: http://msdn.microsoft.com/en-us/library/gg597391.aspx
But I can't accomplished to use MEF in these plattforms. What is the correct way to use MEF in PCL?