This is related to Rhino Security, but the answer is that you are likely hadn't set the hbm file as embedded resource.
On Wed, Dec 16, 2009 at 6:56 AM, RG <[email protected]> wrote: > May be a silly question but can I do this in my user mapping file > > <class name="User" table="Users" xmlns="urn:nhibernate-mapping-2.2"> > ... > <bag name="Notes" cascade="all" inverse="true"> > <key column="ID"/> > <one-to-many class="MyProject.Core.Users.Note, MyProject.Core"/> > </bag> > ... > > I then create a Note.hbm.xml mapping file... > > I am getting an "Association references unmapped class" error when I > try to access any user objects. > > Thanks > > Rich > > -- > > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<rhino-tools-dev%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
