|
Hi. I've tried to addAssembly to Configuration object without adding a reference to this assembly in my core project. In assembly I've added, there is a mapping file created as embbeded resource and a POCO class. Error has occured in Configuration.AddAssembly() method with the message "persistent class Fc.DAO.CdrRaw, TariffingPugin not found".
Fc.DAO.CdrRaw - is the class in my assembly I've tried to add.
TariffingPugin is the name of assembly I've tried to add.
So, once again, I can't add reference on this assembly to the core project to let NHibernate load this assembly without errors.
Is it possible to solve this problem? Help me, please.
Thank you,
|