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.
精彩评论