开发者

I need Microsoft.Practices.Unity and ObjectBuilder2 sources

开发者 https://www.devze.com 2022-12-19 13:03 出处:网络
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.

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/

0

精彩评论

暂无评论...
验证码 换一张
取 消