- 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?
No but I think I did a re-install after a problem of some sort.Have you done any ms word updates?
Thanks. One is in 'program files (x86)', the other in '.../common files'. Not sure which I deleted before restoring it.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.