Did you verify that all their dependencies are fulfilled on the target machine? Try running dependency walker against them (or the application binary) on the target machine and see which dependencies are missing.
Did you verify that all their dependencies are fulfilled on the target machine? Try running dependency walker against them (or the application binary) on the target machine and see which dependencies are missing.
Huh. Dependency Walker does claim some dependencies are missing. It's saying it can't find MSVCP100.dll, MSVCR100.dll, and IESHIMS.dll. However, those dlls are installed on the machine, the MSVC ones in SysWOW64 and IEShims in Program Files(x86)/Internet Explorer. I copied them to System32 and restarted Dependency Walker. This time it didn't complainthat those .dlls were missing, but the .exe still didn't run.
I looked at it with dependency walker on a machine with the Window SKD installed, and it said that IEShims.dll was missing on that machine, even though the .exe did run properly. What's going on?![]()
Bookmarks