When I define the NHibernate entity/mapping to use Guid as identity column I receive an exception. The Guid column is generated as a varchar(40), but the content seem to be binary.
Is there a solution to this? For now I'm just using plain ol' int, but it would be nice to know for future projects! :)