2 pages tagged with "nhibernate"

NHibernate 3.0 binary data truncation

February 01, 2011 - 104 words - 1 mins
NHibernate 3.0.0 has a bug which silently truncates data going into varbinary(MAX) fields to 8000 bytes — not a pleasant one to find in production because your test documents weren't big enough! This stackoverflow answer contains a workaround for hbm file mappings; translated to FluentNHibernate aut… read more

NuPack Antlr 3.1.3 version mismatch

October 19, 2010 - 104 words - 1 mins
I installed FluentNHibernate & NHibernate.Core 3.0 Beta through the excellent NuPack. Attempting to run a Linq query against the session resulted in: Could not load file or assembly 'Antlr3.Runtime, Version=3.1.3.42154, Culture=neutral, PublicKeyToken=3a9cab8f8d22bfb7' or one of its dependencie… read more