我想将Firebird数据库与实体框架模型连接。完成成功的安装并创建数据库。但是,在连接数据库时,我面临的问题是“索引在数组的边界之外”。请参考下图。
我遵循了此链接中建议的步骤。但我选择“嵌入式服务器”作为服务器类型。 https://firebirdsql.org/file/documentation/reference_manuals/fbdevgd-en/html/fbdg30-efw-vs-prepare.html
完成上述配置后,我面临以下问题。
Unable to load dll 'fbembed': The specified module could not be found. (Exception from HRESULT:0x8007007E)
因此,我在“高级”选项中将“ fbclient.dll”设置为客户端库。之后,我将遇到此错误
Index was outside the bounds of the array
我在这里做错了什么?请纠正我。