MSORES.DLL duplicates issue

Joined
Nov 4, 2017
Messages
40
Reaction score
0
I have 2 of these files, identical except for time they were filed (a minute apart). I thought that deleting one would be OK but no, doing so caused problems with Microsoft Word. Any ideas as to why?
 

TrainableMan

^ The World's First ^
Moderator
Joined
May 10, 2010
Messages
9,361
Reaction score
1,587
A DLL (Dynamic Link Library) is a grouping of subroutines called by another program. In order for the program to call it, it has to know where to find it. There are different ways this can be accomplished including: it can be in a folder in the "path", it can be in the same folder as the calling program, or it can be pointed to from the registry. But what can not done is to search the entire hard drive to find it in another folder. If you have two files with the exact same name then they must have been in two different folders. If something didn't work after you deleted one then at least one program expected to find it in that folder you deleted it from.
 
Joined
Nov 4, 2017
Messages
40
Reaction score
0
A DLL (Dynamic Link Library) is a grouping of subroutines called by another program. In order for the program to call it, it has to know where to find it. There are different ways this can be accomplished including: it can be in a folder in the "path", it can be in the same folder as the calling program, or it can be pointed to from the registry. But what can not done is to search the entire hard drive to find it in another folder. If you have two files with the exact same name then they must have been in two different folders. If something didn't work after you deleted one then at least one program expected to find it in that folder you deleted it from.
Thanks. One is in 'program files (x86)', the other in '.../common files'. Not sure which I deleted before restoring it.
 
Joined
Jan 3, 2025
Messages
9
Reaction score
0
Duplicate MSORES.DLL files are usually caused by:


  1. Multiple Office versions installed → Uninstall old versions.
  2. Mixed Click-to-Run & MSI installs → Keep only one.
  3. Incomplete Office uninstallation → Use the Microsoft Office Uninstall Tool.
  4. Windows/Office updates restoring files → Keep Office updated.
  5. Wrong file locations → If found outside Program Files\Microsoft Office, scan for malware.

Need help removing them?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top