Je veux spécifier le dossier à partir duquel charger la dll fbembed.dll. Dans App.config, j'ai :
<connectionStrings>
<add name="database" connectionString="Dialect=3;Database=Database\MYDATASTORAGE.FDB;ServerType=1;clientlibrary=Database\fbembed.dll"/>
</connectionStrings>
Mais je reçois toujours l'erreur même si le fichier est là :
The DLL library database\fbembed.dll cannot be loaded: Mentioned modul was not found.(Error based on the value of HRESULT: 0x8007007E)
Est-il nécessaire d'avoir des bibliothèques .dll dans la racine ?
Gracias.