Hi,
I have the same problems but with both LinFu and Castle.
I am using the Configuration.SetProperty to configure NHibernate
instead of using an app.config file.
I wrote:
_cfg = new Configuration();
_cfg.SetProperty("connection.driver_class",
"NHibernate.Driver.SQLite20Driver");
_cfg.SetProperty("connection.connection_string", _connection_string);
_cfg.SetProperty("dialect", "NHibernate.Dialect.SQLiteDialect");
_cfg.SetProperty("query.substitutions", "true=1;false=0");
_cfg.SetProperty("proxyfactory.factory_class",
"NHibernate.ByteCode.LinFu.ProxyFactoryFactory,
NHibernate.ByteCode.LinFu");
and I have the exactly same error as listed above.
I have added the required dll to my projects (using VS2008 -> Add
reference & copy local = True).
The dlls are copied to my /bin/x86/Debug (where my application is).
On Mar 17, 4:06 pm, Dario Quintana <[email protected]>
wrote:
> Me too + own applications
>
> On Tue, Mar 17, 2009 at 11:02 AM, Fabio Maulo <[email protected]> wrote:
> > We are using LinFu to run all NHibernate test without any kind of problem.
>
> --
> Dario Quintanahttp://darioquintana.com.ar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---