I am trying to run my WPF application on Win Server 2008 R2 with .net 4.0 extended and client profile installed on it, but it crashes with the message that "Application Has Stopped Working" and no other info is shown.
My WPF application is 32-bit and targets .net 4.0, it runs fine on Win 7 32/64 bit systems. I ran the Dependency Walker on Win Server and it shows that the following DLL's are missing:
- GPSVS.DLL
- IESHIMS.DLL
- MF.DLL
- MFPLAT.DLL
- MFREADWRITE.DLL
- WLANAPI.DLL
GPSVS.DLL and IESHIMS.DLL are also missing on my system. I looked on google and i am not sure if these missing DLL's are the reason for the application crash.