Hi Peter,

I've had some problems with version (i don't know why... maybe it's because
of an update of NHibernate) but I managed to solve with this code in my
configuration file (web.config or app.config):

  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="NHibernate"
publicKeyToken="AA95F207798DFDB4" culture="neutral"/>
        <bindingRedirect oldVersion="0.0.0.0-2.1.0.4000"
newVersion="2.1.2.4000"/>
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Iesi.Collections"
publicKeyToken="aa95f207798dfdb4"/>
        <bindingRedirect oldVersion="1.0.0.3" newVersion="2.1.2.4000"/>
      </dependentAssembly>
    </assemblyBinding>
  </runtime>


For Fluent NH I've used the last version of web site (RTM version)

PS: Sorry for my english!






On Fri, Feb 19, 2010 at 8:21 AM, James Gregory <jagregory....@gmail.com>wrote:

> We track the latest GA release of NHibernate; we upgraded to 2.1.2.4000
> from 2.1.1.4000 on the 3rd of 
> December<http://github.com/jagregory/fluent-nhibernate/commit/5a74d5db95f33fac1633a9c1d26e6fe62af0abbb>
> .
>
>
> On Thu, Feb 18, 2010 at 8:26 AM, Peter Forstmeier <
> peter.forstme...@googlemail.com> wrote:
>
>> Hi List,
>> just one, propably stuid question, what version of NHibernate did you
>> use in Fluent NHibernate and when did you change to the newest version
>> of NH.
>>
>> Thanks
>> Peter
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Fluent NHibernate" group.
>> To post to this group, send email to fluent-nhibern...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> fluent-nhibernate+unsubscr...@googlegroups.com<fluent-nhibernate%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/fluent-nhibernate?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Fluent NHibernate" group.
> To post to this group, send email to fluent-nhibern...@googlegroups.com.
> To unsubscribe from this group, send email to
> fluent-nhibernate+unsubscr...@googlegroups.com<fluent-nhibernate%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/fluent-nhibernate?hl=en.
>



-- 
______________________________________
Felipe B. Oriani
fbori...@gmail.com | www.felipeoriani.com.br

"...Trabalhe quanto puder, tornando-se útil quanto possível..." , por André
Luiz

-- 
You received this message because you are subscribed to the Google Groups 
"Fluent NHibernate" group.
To post to this group, send email to fluent-nhibern...@googlegroups.com.
To unsubscribe from this group, send email to 
fluent-nhibernate+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/fluent-nhibernate?hl=en.

Reply via email to