If you receive an error message “The ordinal ABC could not be located in the dynamic link library C:\Program Files (x86)\Microsoft VS Code Insiders\code – insiders.exe“, then it means that computer is missing Microsoft Visual C++ Redistributable on your computer. ABC is a number which in turn is the Ordinal. Another common error message is “The ordinal 12404 could not be located in the dynamic link library mfc90u.dl” The message could point out to any DLL in the message. All these DLL are part of the package, and as Visual Studio looks for that DLL, the error message changes a bit.

Install Microsoft Visual C++ Redistributable

This error message shows up when  Microsoft Visual C++ Redistributable is missing on your computer.  Click here for the 32-bit version or here for the 64-bit version. If you are using an earlier version of Visual Studio, you can go here, and download as per your version. After you install the Microsoft Visual C++ Feature Pack Redistributable Package, this error message should not appear again.

Install OpenSSL

When you receive the same error message, but it says LIBEAY32.DLL is missing, then you need to install OpenSSL. The complete error message goes as below: When installing OpenSSL, make sure to install it into the Windows system directory. Libeay32.dll is related to security.

Check with Windows Update

Many a time, Microsoft rolls out the framework and related updates through Windows. It is possible that an update related to is still pending. Go to Settings > Update and Security. Check if an update is pending and if yes, update and restart your computer if necessary. Since the possibility of Ordinal not found error message could be vast, it is best to search with a specific number to get an accurate result.

Ordinal not found  Ordinal could not be located in the dynamic link library - 74Ordinal not found  Ordinal could not be located in the dynamic link library - 71