Where can I get the sources for these 2 assemblies? I have some is开发者_JAVA技巧sues 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
I got it as part of the Enterprise Library
http://www.microsoft.com/downloads/details.aspx?FamilyId=1643758B-2986-47F7-B529-3E41584B6CE5&displaylang=en
Here's the source control checkin list. You can download whichever version matches the one you have.
http://unity.codeplex.com/SourceControl/
looking....
Have you tried on this site? http://unity.codeplex.com/
精彩评论