Change:
cp.GenerateInMemory = true;
to:
cp.GenerateInMemory = false;
:-D
Regards
Nick
Hi Nicholas,
Regis
--
You received this message because you are subscribed to the Google Groups
"Castle Project Users" group.
To post to this group, send email to castle-pro...@googlegroups.com.
To unsubscribe from this group, send email to
castle-project-u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/castle-project-users?hl=en.
I assume some incongruences in how the assembly is loaded during the model
generation and the setting of the properties. From a brief check the other
day of the generated model it appears the model is generated when the
dynamic assembly is used, but not the persister.
I'm not knowledgeable enough when it comes to the NH codebase to do much
more than guess without spending a lot more time investigating all the
possibilities.