Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
15k views

The ProxyFactoryFactory was not configured

Considering this example as a base example, I created the application but when I execute this application I am getting the following error. The ProxyFactoryFactory was not configured. Initialize ...
4
votes
4answers
7k views

The ProxyFactoryFactory was not configured

We have recently upgraded our windows forms C# project from NHibernate 2.0 to 2.1. We updated our app.config to include the "proxyfactory.factory_class" to point to the chosen proxy ...
0
votes
1answer
616 views

What is the problem with NHibernate 2.1.0? I always get an error!

I've read in this post that all the ProxyFactory dependency was removed by using an interface in this post. So you need to specify which implementation to use in the hibernate.cfg.xml file. I've this ...