Where can I download the Castle Windsor WcfIntegration Facilities dll?
Asked Answered
P

3

7

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?

Plica answered 10/2, 2010 at 15:6 Comment(2)
By the way, this answered my question about the NHibernate Facility as well. Thanks.Agenda
You can get the NHibernate Facility from nuget (nuget.org/List/Packages/Castle.Facilities.NHibernateIntegration) now which is probably a better option than compiling it yourself.Draught
S
2

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.

Skeens answered 1/11, 2011 at 14:4 Comment(0)
B
6

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.

Borecole answered 10/2, 2010 at 19:17 Comment(0)
E
2

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.

Extol answered 10/2, 2010 at 15:55 Comment(0)
S
2

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.

Skeens answered 1/11, 2011 at 14:4 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.