开发者

Where is Castle's AbstractFacility class?

开发者 https://www.devze.com 2022-12-26 02:37 出处:网络
I am trying to compile Castle.Facilities.ActiveRecordIntegration with the trunk version of Castle.Core.

I am trying to compile Castle.Facilities.ActiveRecordIntegration with the trunk version of Castle.Core.

ARIntegration uses 'Abstr开发者_StackOverflow中文版actFacility', which sits in the Castle.MicroKernel DLL.

The DLL is now nowhere to be found. Where is ARIntegration/MicroKernel? How do I proceed?


Since Castle.MicroKernel.dll was recently merged into Castle.Windsor.dll, that's where you'll find the class.

Why don't you use ARFacility with released version of Windsor and AR? Do you need any of the new features added after the release?

Generally using released versions is advised wherever possible.

0

精彩评论

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