Hi,
I've just downloaded the prism 4.1 for .net 4.5 and the Unity 3 assemblies. When I use them in a project I get the following error:
Am I missing something here?
Where do I have to pull the assemblies for both prism and unity from in order for them to work together for .net 4.5 (without having to ildasm them or rebuild them...we want to use the assemblies as released by Microsoft).
Thanks!
Glenn
I've just downloaded the prism 4.1 for .net 4.5 and the Unity 3 assemblies. When I use them in a project I get the following error:
Error 90 Assembly 'Microsoft.Practices.Prism.UnityExtensions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' uses 'Microsoft.Practices.Unity, Version=3.0.1208.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'Microsoft.Practices.Unity, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
I thought that the unity 3 release was supposed to fix this.Am I missing something here?
Where do I have to pull the assemblies for both prism and unity from in order for them to work together for .net 4.5 (without having to ildasm them or rebuild them...we want to use the assemblies as released by Microsoft).
Thanks!
Glenn