Problem description:
Development Environment: vs2008 uses release to generate executable files, which can be executed normally on some computers, but fails to be executed on some computers. The following error occurs: unable to locate the sequence number 8523 at the dynamic link library mfc90.dll.
Find some information on the Internet to solve the problem. For example, download mfc90.dll and put it in the running file or C: System/system32.
Solution:
This problem occurs mainly because the version number of the dynamic link library of the development machine and the test machine is inconsistent. Solution: find the location of the dynamic library mfc90.dll on the development machine, copy it to the directory in the same path of the test machine on the terminal !!
How to solve the problem that the sequence number XX cannot be located in the dynamic link library XX. dll