Wednesday, February 15, 2006

NHibernate debugging

If you keep getting an error like the following:
Exception Details: NHibernate.HibernateException: Cannot instantiate abstract class or interface: XXX.XXX.ISomeInterface
It's probably caused by the broken of the data integrity of the database, somebody has modified your database manually.

2 comments:

  1. Anonymous8:01 AM

    thanks a lot for the tip!

    ReplyDelete
  2. Anonymous7:59 AM

    D'oh, that would be me then. Thanks!

    ReplyDelete