public class MyClass
{
public virtual string MyID { get; set; }
public virtual string MyList { get; set; }
}
I am using nh v2.0.50727. The hbm file is set as embedded resource.
Other classes and mappings in the project work without any problem
with the same settings. Why am I getting this error? How can I find
its cause and fix it?
Tuna Toksoz
unread,
Jul 20, 2009, 12:52:29 PM7/20/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhu...@googlegroups.com
I am assuming that the name of the assembly is MyNamespace?
Tuna Toksöz Eternal sunshine of the open source mind.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nhu...@googlegroups.com
Solved it now. It turns out that I mistyped the class name in the nhibernate query. It is a little embarrassing that I was so sure that nhibernate was giving the wrong error message and I totally blamed the devs for it. Tuna instantly helped, I appreciate his passion for the product.