tags:

views:

20

answers:

1

with nhibernate, I don't need any lazy-loading functionality.

Do I still need to add a proxy in my config?

<property name="proxyfactory.factory_class">????</property>

In the nhibernate download, they have a /requiredBins/ folder, and another folder /required_lazyloading

Since I don't want lazyloading, do I still need it?

w/o it, I am getting an error saying ProxyFactoryFactor was not configured.

A: 

This is a duplicate of the same question from yesterday. But no, you don't need it.

epitka