Where can I get the sources for these 2 assemblies? I have some issues with them an would need to debug inside them.
Basically the problem i have is that i register a class with
container.RegisterType<Interface, Type>()
and in some cases i get a new instance, and in other cases i get an old instance of the class.
Edit:
I figured it out, i only had to change the references in the Prism projects to the new Unity (DOH!!!) Stupid me…
Well, you were all right, and thanks for opening my eyes and for the quick answers.
NOW IT’S DEBUGGING TIME!!!
You can get the source here: http://www.codeplex.com/unity