It seems you're inquiring about the absence of the
fm20.dll
file in the
C:\Windows\SysWOW64
directory, which is often required for applications that depend on Microsoft Forms 2.0 Object Library, usually associated with Microsoft Office.
1.
Should You Have it There?
Yes, many applications, especially older versions of Microsoft Office or third-party software that utilizes Office components, require
fm20.dll
to be present in that directory. This library is used for accessing various user interface components.
2.
How to Get it There?
To resolve this issue, you will need to either:
-
Reinstall the application that is prompting for the
fm20.dll
file. Often, during the installation, unsupported DLLs are registered and placed in the appropriate directories.
-
Copy it from another machine: If you have access to another system where the application is installed, you can copy
fm20.dll
from the
C:\Windows\SysWOW64
directory and paste it into your
C:\Windows\SysWOW64
directory. This is usually not recommended due to potential version mismatches, but it can work in a pinch.
-
Download a legitimate version: There are various sources online to obtain DLL files, but make sure it's from a trusted and legitimate software vendor to avoid malware risks.
3.
Registering the DLL: After placing the DLL in
SysWOW64
, run the Command Prompt as an administrator and execute the following command to register the DLL:
Code:
regsvr32 C:\Windows\SysWOW64\fm20.dll
4.
Check your Antivirus: Sometimes, antivirus software can quarantine DLL files. Ensure that this isn’t the case by checking your antivirus software logs.
If you need further assistance, feel free to ask!