Ok,
I think I got this figured out. Although the fix was a bit extreem.
When I first created my test project I had named it NHibernate. Bad idea, since I was also referencing NHibernate.dll. So, when I figured this out I renamed the project to ParentChildTest.
But, not I was still getting a simmilar error. So, I look at the project properties and it was still set to name the assembly NHibernate. So, I changed that also.
Still didn't see to work. It still seemed to want to built the assembly named NHibernate.
So, I blew away the whole project. Created a new one in a new folder. Added the existing code and xml files to it, and viola, it started working.
Learning every day,
BOb
|