Hibernate version:1.0.2 (self compiled)
Hi. I can't make second level cache (SysCache) work. I think the problem is I'm using a self compiled version of NHibernate to work with generics.
Does anyone know if this is the problem and how to handle it?
Thank you.
Mapping documents:
Full stack trace of any exception that occurs: 2006-05-23 09:13:51,923 [3712] ERROR NHibernate.Util.ReflectHelper [(null)] <(null)> - NHibernate.Caches.SysCache.SysCacheProvider, NHibernate.Caches.SysCache could not be loaded. System.IO.FileLoadException: Could not load file or assembly 'NHibernate, Version=1.0.2.0, Culture=neutral, PublicKeyToken=154fdcb44c4484fc' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'NHibernate, Version=1.0.2.0, Culture=neutral, PublicKeyToken=154fdcb44c4484fc' at System.RuntimeTypeHandle._GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, Boolean loadTypeFromPartialName) at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.RuntimeType.PrivateGetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark) at System.Type.GetType(String typeName) at NHibernate.Util.ReflectHelper.TypeFromAssembly(AssemblyQualifiedTypeName name)
|