Hi,
Based on my understanding, the Prism for .NET 4.5 assemblies are simply the Prism 4.1 projects targeting the .NET 4.5 framework and compiled against the updated versions of the ServiceLocator and Unity assemblies. Hence, a possible workaround could be to re-compile these Prism assemblies using Prism 4.1 as the base. Basically, you will need to:
Damian Cherubini
http://blogs.southworks.net/dcherubini
Based on my understanding, the Prism for .NET 4.5 assemblies are simply the Prism 4.1 projects targeting the .NET 4.5 framework and compiled against the updated versions of the ServiceLocator and Unity assemblies. Hence, a possible workaround could be to re-compile these Prism assemblies using Prism 4.1 as the base. Basically, you will need to:
- Change the target framework of the projects to .NET 4.5
- Change the Microsoft.Practices.ServiceLocator references to use the the portable class library of the ServiceLocator
-
Change the Microsoft.Practices.Unity references use the latest Unity release
Damian Cherubini
http://blogs.southworks.net/dcherubini