caching - Unable to cast object of type 'NHibernate.Caches.SysCache.SysCacheProvider' to type 'NHibernate.Cache.ICacheProvider' -


i'm using nhibernate 2.1.2 via castl activerecord. wanted set second level cache using syscache. got error:

unable cast object of type 'nhibernate.caches.syscache.syscacheprovider' type 'nhibernate.cache.icacheprovider'.

how can correct this?

i'm guessing have assemblies locally in project , others in gac have version mismatch mauricio saying. make sure nhibernate.caches.syscache.dll in bin folder (for website), correct version , check don't have in gac.


Comments

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -