Jan 23
Had a new error today that I have not experienced before on a CFMX7 server.
In the server logs it said: C:\CFusionMX\lib\cfindex.dll: Can't find dependent libraries.
After checking the dependencies for the cfindex.dll I discovered that "MSVCP60.DLL" was missing from the system32 folder.
So I just copied it over from another server and this fixe dthe problem.
The library file msvcp60.dll contains program code used to run programs written using Microsoft Visual C++. msvcp60.dll is required for programs written with Visual C++ to function correctly.
Recent Comments