11.1.09

Integrating NHibernate with WPF

A few things to watch out for when you do this integration:

  1. Ensure that the hibernate.cfg.xml file is present.
  2. Set the properties for the hibernate configuration file so that it is always copied to the output folder(bin/debug for debugging),

11-01-2009 20-49-01

failure to do will result in the following error: “An exception occurred during configuration of persistence layer.”

11-01-2009 20-36-18

No comments: