I don't think there is an official recommended solution. You can get the
syscache source and rebuild with nh 3.3 if you prefer. I am using the
binding redirect on a current project and it works just fine. Up to you :-)
On 29 Nov 2012 20:53, "Brian Berns" <[email protected]> wrote:

> OK, but is this the recommended solution? If you were starting a new
> project with NHibernate 3.3, is this what you would do?
>
> -- Brian
>
>
> On Thursday, November 29, 2012 12:10:15 PM UTC-5, Øyvind wrote:
>>
>> Hi.
>>
>> You can use a binding redirect to use the "old" version of SysCache with
>> NH 3.3:
>>
>>       <assemblyBinding xmlns="urn:schemas-microsoft-**com:asm.v1">
>>         <dependentAssembly>
>>           <assemblyIdentity name="NHibernate" culture="neutral"
>> publicKeyToken="**aa95f207798dfdb4" />
>>           <bindingRedirect newVersion="3.3.0.4000"
>> oldVersion="0.0.0.0-3.3.0.**4000" />
>>         </dependentAssembly>
>>       </assemblyBinding>
>>
>>
>>
>> On 29 November 2012 16:01, Brian Berns <[email protected]> wrote:
>>
>>> We are upgrading from NH v3.2 and currently use SysCache from the
>>> Contrib project as our 2nd-level cache. There doesn't seem to be a v3.3
>>> release of Contrib, though, so we're not sure what cache to use now. Can we
>>> continue to use the existing SysCache with NH v3.3? Or is there a different
>>> 2nd-level cache that we should use instead? Thanks.
>>>
>>> -- Brian
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "nhusers" group.
>>> To view this discussion on the web visit https://groups.google.com/d/**
>>> msg/nhusers/-/uQilI7bcPpEJ<https://groups.google.com/d/msg/nhusers/-/uQilI7bcPpEJ>
>>> .
>>> To post to this group, send email to [email protected].
>>> To unsubscribe from this group, send email to nhusers+u...@**
>>> googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/**
>>> group/nhusers?hl=en <http://groups.google.com/group/nhusers?hl=en>.
>>>
>>
>>
>>
>> --
>> Visit my blog at http://www.babel-lutefisk.net
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "nhusers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nhusers/-/o18qoTo3hysJ.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/nhusers?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to