Where can I download the Castle Windsor WcfIntegration Facilities dll?

无人久伴 提交于 2019-12-01 16:57:41

问题


I would like to integrate Castle Windsor into a WCF project and have read that you can hook it up using the WcfIntegration facility but I am unable to find where to download the dll.

Can anyone help?


回答1:


It's in NuGet now with all of the other 3.0 beta stuff.

Install-Package Castle.WcfIntegrationFacility

http://nuget.org/List/Packages/Castle.WcfIntegrationFacility


Update

Just to follow up, The one in nuget is targeted for Windsor 3.0 beta 1. I found out the hard way that some of the other facilities do not yet support 3.0 beta 1. Specifically, if you're using the NHibernate or AutoTx facilities, you need to stick with a WCF factility compiled for Windsor 2. The latest one seems to be the Jul 29 2011 commit from the git repository, available here.

This will have to suffice until the 3.0 versions of the other facilities are updated. It's already being discussed on the castle users group list.




回答2:


WCF Facility did not have an official release yet, as there are still few rough edges and issues we want to address before making the release. Your best option now is to either get the source using link provided in the other answer, or to get it from Horn website. The latter option is compiled against trunk version of other projects, so if you want to use released version of Windsor (2.1.1) you have to compile it yourself.




回答3:


https://svn.castleproject.org/svn/castle/Facilities/Wcf/trunk from http://www.castleproject.org/subversion.html you have to download the source and build it yourself apperently.



来源:https://stackoverflow.com/questions/2237755/where-can-i-download-the-castle-windsor-wcfintegration-facilities-dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!