I need to instanciate many instances of the same View of a Prism module. I am using MEF: The Codeplex version has the ExportFactory attribute that allows multiple instance creation but Prism uses the .Net desktop version that has not this ExportFactory attribute. I tried to make Prism work with the CodePlex version but it seems this is not possible..
I found the Composition.Initialization.Desktop thing but I did not succeed in using it.
Any other ideas ?