- 
                Notifications
    
You must be signed in to change notification settings  - Fork 10
 
Description
Hi, we're randomly experiencing the following error:
Unable to load DLL 'PgCPP.DLL.9.x.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) -    at Npgsql.BulkCopy.Native.Versions.PQ9xNativeApi.openRemoteConn(Char hostaddr, Int32 port, Char dbname, Char user, Char password) at Enerj.CDV.Data.DataManagerBase1.InsertBulk(DataTable DT_Tabella)
at Enerj.CDV.Data.DataManager.IndicizzaDocumentInstance(List1 ListID, Int64 IDInstance) at Enerj.CDV.ControlsService.Manager.StartProcess()
The library is used in a Windows Service and the error shows after deploy and installation, while everything works fine in Visual Studio. On the server where we deploy the service, we've installed the Visual C++ Redistributable.
We hope you can give us a hint or a solution for this problem.
Thank you.