This is a migrated thread and some comments may be shown as answers.

problems creating domainmodel via firebird embedded

3 Answers 69 Views
Databases and Data Types
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mario
Top achievements
Rank 1
Mario asked on 12 Aug 2011, 08:31 AM
Hi, I'm trying to create a domain model from existing db but get:
"Unable to retrieve database schema information.Reason: Unable to load DLL 'fbembed': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"

I've tried to place x86 fbembed.dll and associated binaries into %WINDIR%\system32 or where the db is located as well as copy the neccesary dll:s into $TargetDir of the current project (where assembly is emitted) as well into where the firebird sql driver in telerik/Orm directory. No luck so far. Where do I put these so it can load or how do I do diagnostics in order to get more info how to solve this issiue.

I've tried both a assebly and console app solutions but same problems on both of those.
Here's my connection string:

initial catalog=F:\temp\database.FDB;user id=kalle;password=kobra;character set=NONE;server type=Embedded;dialect=3


Cheers,
 Mario

3 Answers, 1 is accepted

Sort by
0
Ady
Telerik team
answered on 18 Aug 2011, 10:36 AM
Hi Mario,

It seems that other assemblies apart from the 'fbembed.dll' are also required. Can you try copying the following assemblies to the system folder -fbembed.dll, ib_util.dll, icudt30.dll, icuin30.dll, icuuc30.dll.

Do let me know if that helps.

Kind regards,
Ady
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Giovanni
Top achievements
Rank 1
answered on 05 Sep 2014, 01:46 PM
Thank you ady, non the problem seems solved!
0
Giovanni
Top achievements
Rank 1
answered on 05 Sep 2014, 01:53 PM
Fix. Now the problem seems solved
Tags
Databases and Data Types
Asked by
Mario
Top achievements
Rank 1
Answers by
Ady
Telerik team
Giovanni
Top achievements
Rank 1
Share this question
or