Nhibernate usage in loaded assebly (Reflecition)
Hello,
could you please give me some advice - how to solve the problem.
I have Master program and slave. Master program loads slave prog assembly and does some operations using slave assembly public methods. Each of them use FluentNHibernate to access DB.
Once i load slave assembly and initialize Type with activator, any method which uses Nhibernate in slave rises exception:
Could not compile the mapping document: (XmlDocument)
Whts this about?
Any advice would be welcome!
2 Posted by Arkady on 20 Jul, 2010 12:14 PM
Solved