c# - NHibernate GenericADOException -



c# - NHibernate GenericADOException -

sesion.get(id); produces genericadoexception:

could not load entity: [pfc__servidor.entidades.usuario#10][sql: select usuario0.us_id us1_1_0_, usuario0_.us_email us2_1_0_, usuario0_.us_contrasena us3_1_0_ public.usuario usuario0_ usuario0_.us_id=?]

any known problem? why not fails?

pd: sorry english.

act1: inner exception: [system.nullreferenceexception] "object reference not set instance of object"

sometimes

is session shared among threads? if so, death. sessions not thread safe.

c# c#-4.0

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -