|
Hibernate version:1.0.2
Hello,
I have a problem with composite user type. I have it in my dll library - when I'm referencing it from the projects inside the same solution everything works great. The problem is when I'm trying to access it from project developed in another solution - windows service. When I'm trying to load configuration I get message "Could not interpret type...". So I believe dll library can be found and configuration (cfg.xml) is also loaded correctly, as the name of composite type is known. Can someone tell what's going on? Why NHibernate cannot resolve my composite type name? What should I do to make it working?
Best regards,
tytus
|