"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:

> The problem is the call to NHibernateUtil.Initialize does not appear
> to do anyting.

Why do you think this? NHibernateUtil.Initialize works just fine (at
least for me). After you initiliazation loop, try adding something
like this:

  session.Dispose();
  Console.WriteLine(standard.BusinessUnits[0].Property);

If you get an exception in the WriteLine line, the something went
wrong, but I assume, you won't see any exceptions. Don't let the class
name shown in the debugger irritate you.

-- 
Until the next mail...,
Stefan.

Attachment: pgpd7GGXnt9Tr.pgp
Description: PGP signature

Reply via email to