Program Missing DLLS

.net-3.5dependenciesdllvisual studiowindows-server-2008

Recently one of the programs on my server (PWsvr.exe) has stopped working. I opened the program in dependency walker to see if it is missing any required files, and dependency Walker said that GPSVC.dll, IESHIMS.DLL, MF.DLL, MFPLAT.DLL, and MFREADWRITE.DLL are missing.

PWsvr.exe was working perfectly until today, after I installed a fileZilla server, PHP, IIS7, and VC Redistributable pack 2010 and 2012. Since the redistributable packs contain versions of these DLL files I'm thinking they may have caused the problem. I have tried uninstalling these packs and reinstalling VC Redistributable 2005, but that has not solved the problem. I am now at a loss for what is causing this program to malfunction. My company relies on this program for its day to day operations so I would be very grateful for anyone who would be able to help solve this problem.

NOTE: I've also tried using sfc /scannow, however that did not detect any problems

Best Answer

These mostly look like files that were introduced with Windows 7/2008 R2, so they will not be present on Server 2008/Windows Vista machines.

Is this a supported platform by your pwsvr application?

I suspect you're looking at a red herring with those DLLs - with maybe the exception of IESHIMS.DLL - that link to an SO question might be worth looking into.

Related Topic