How can I get fluent nhibernate to create a varbinary field in a sql server 2005 table that uses a field size of varbinary(max)? At the moment I always get a default of varb
First off, I (annoyingly) put the map file into the core project rather than the data project.
I still couldn't get it to work with a map file, but i wrote an xml file instead, writing the file length in - thanks for that Dan