Infor Visual Application Cannot Start Missing CSI70.dll and cdlli70.dll
-
Sometimes you will get an error like "The code execution cannot proceed because csi70.dll was not found. Reinstalling the program may fix this problem." I've looked online for solutions, but reinstalling does nothing, and the folder that people point to does not exist, and the DLL is not found anywhere on the system.
-
@scottalanmiller What software is this? EM.EXE and VF.EXE aren't a great description.
-
@travisdh1 said in Infor Visual Application Cannot Start Missing CSI70.dll and cdlli70.dll:
@scottalanmiller What software is this? EM.EXE and VF.EXE aren't a great description.
Check the title. Infor Visual is the name of the application.
-
Found one of the dlls in this thread -- https://forum.tdcommunity.net/viewtopic.php?f=26&t=45831
-
@scottalanmiller Seems like these are Gupta Team Developer runtime files.
-
That's why there is something called support.
-
@Pete-S said in Infor Visual Application Cannot Start Missing CSI70.dll and cdlli70.dll:
That's why there is something called support.
And when that fails you want to run a debugging tool that checks an executable file or dll for dependencies.
Classic tool was dependency walker but it's obsolete. Try for instance https://github.com/lucasg/Dependencies
There might be something in the visual studio dev tools as well. -
@Pete-S said in Infor Visual Application Cannot Start Missing CSI70.dll and cdlli70.dll:
That's why there is something called support.
Have a ticket in, but they haven't gotten back to us yet. And hope we find an issue and can document it since their support has not documented it previously.
-
They responded with...
They are an install item on the 9.x ISO
- Path to Runtimes 70 Installer on the ISO is : \VISUALERP908_Install_win\Runtime70\Deploy70.exe
Once installed either edit the sql.ini in that Runtimes folder to contain connect info for your db/server or better if you have any working VM Clients...copy paste a sql.ini from the 7.0 Runtime Folder from their Runtimes Folder to this new install.
That will help you avoid a 19005 error logging into VM. -
That worked, installing the Runtime from the ISO fixed the dll error and copying over the sql.ini file allowed the client app to properly reach the databaes.