Today I encountered a small problem.
I'm testing the function of ice: patch2, which is available in the bin directory.
Icepatch2calc.exe // used for calculating the abstract
Icepatch2server.exe // server Server
Icepatch2client.exe // Client
I ran the server on my laptop and copied the client and a bunch of required DLL files to the virtual machine. However, there was always an error when I ran it, and there was no available error information, the running configuration error is always displayed.
When I open the Event Viewer and view system logs, I find that there will always be several error logs when I run them. One resolve Partial Assembly fails to be set to Microsoft. vc90.crt. Reference error message: the reference assembly is not installed on the system.
I was inspired by this error log. It is probably because there is no vc9.0 Runtime Library, although it is strange whyProgramI actually needed the running environment of vc9.0, but I still searched for the run package vcredist_x86.exe of vc9.0.
After the installation is complete, run the program again, OK, and solve the problem smoothly.
A small problem has plagued me for a day.