|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
this might be off-topic, but has anyone tried (or better: succeeded to get embedded firebird up and running with the RC .NET 2.0 connector and hibernate? I always get the error message "could not create fbconnection" from hibernate, in version 1.0 as well as in version 1.2. I have searched about 105% of the internet, but I did not find _any_ useful documentation about Firebird and Hibernate, not to speak of nhibernate with the newest FB version and NHibernate 1.2alpha ... :-) thanks for all hints in advance! |
|
#2
|
|||
|
|||
|
Quote:
Just wondering if you got this to work. I am getting a "Could not create the driver from NHibernate.Driver.FirebirdDriver" error when calling BuildSessionFactory with an embedded Firebird configuration. Any guidance would be appreciated. thanks! |
|
#3
|
|||
|
|||
|
Quote:
I found a solution to this issue. Adding the following to the application config file does the trick: <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <qualifyAssembly partialName="FirebirdSql.Data.FirebirdClient" fullName="FirebirdSql.Data.FirebirdClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> </assemblyBinding> </runtime> |
|
#4
|
|||
|
|||
|
cool. I'll try that as soon as I get back to my project - just came back from some days in paris :-) .
thanks! |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Embedded Firebird & NHibernate & .NET 2.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|