Where can I download the Castle Windsor WcfIntegration Facilities dll?

核能气质少年 提交于 2019-12-01 17:40:26

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.

Krzysztof Kozmic

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.

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.

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