I created a windows service application that uses Google OR-Tools library for Net. I successfully tested it on local dev environent - Windows 10 (x64).
However when I move that application to Windows Server 2012 R2, it throws following error:
Knihovnu DLL Google.OrTools.runtime.win-x64.dll nelze načíst: Uvedený modul nebyl nalezen. (Výjimka na základě hodnoty HRESULT: 0x8007007E)
Inicializační metoda typu SWIGExceptionHelper vyvolala výjimku.
Inicializační metoda typu Google.OrTools.Sat.operations_research_satPINVOKE vyvolala výjimku.
It's in czech, however I think important is HRESULT: 0x8007007E
I tried following according to another questions on SO:
- checked, that OR-tools libraries are in application directory
- added application directory to PATH variable