I have installed lat开发者_开发问答est dlls of NHibernate 3.0 (and Castle). I now want to install Fluent-1.1. The Fluent download also includes standard NHibernate and Castle dlls, but I would guess not latest versions. So do I need to roll back in some way, or can I just install some of the dlls in FluentNHibrenate 1.1 ?
If I can pick selected dlls from fluent and add, would that be: FluentNHibernate and log4net? What about Castle.DynamicProxy2? Why is that part of Fluent, but not part of the NH3.0 download?
http://img337.imageshack.us/img337/1919/ss20110126234232.png
Just download and use the NHibernate 3 binaries available from the Fluent NHibernate downloads page (under "Stable pre-release binaries").
I'm new to both, but I would guess, based on some of the docs on the Fluent Wiki, that you would need to get the source code for both products, or at least Fluent, and then recompile Fluent referencing the NHibernate 3.0 DLLs (or project).
You can use NuGet to get the synchronized versions of all your dlls.
精彩评论