Subject Re: [firebird-support] Basic Re-Start
Author Mark Rotteveel
On 19-9-2019 16:12, Clyde Eisenbeis cte677@... [firebird-support]
wrote:
> I used Firebird about two years ago (for about a month). I have now
> decided to convert my database to Firebird.
>
> I added \packages\FirebirdSql.Data.FirebirdClient.5.8.1\lib\net40-client\FirebirdSql.Data.FirebirdClient.dll
> to my Visual Studio (2013) References.
>
> My code compiles fine. When I run FbConnection.CreateDatabase() I get
> an Exception => {"Unable to load DLL 'fb3embedded\\fbclient.dll': The
> specified module could not be found. (Exception from HRESULT:
> 0x8007007E)"}
>
> I don't recall the steps I missed. Please advise. Thanks!

Your URL reference fb3embedded\\fbclient.dll, but that DDL is not found
(or possibly it is 32 bit and your code runs 64 bit or vice versa).

BTW: If you want to connect to a Firebird server instead of using
Firebird Embedded, you don't need this, and it would mean that you
specified the wrong server type.

Also, your question is more suitable for the firebird-net-provider list,
at https://groups.google.com/forum/#!forum/firebird-net-provider

Mark
--
Mark Rotteveel