After deploying my application (MFC/VS 2008 SP1) on Windows XP, I get the complaint that the application configuration was incorrect and I should reinstall. vcredist is install. So I run depends and IESHIMS.DLL and WER.DLL are missing. How can I install thoses dll ?
EDIT: ok after some investigation, it is a Side by Side error. I have create a sample test application and depends also tell me that ieshims.dll and wer.dll are missing, but the application run. How can I resolve a side by side error ?