I have a dll that is working well on my computer but doesn't work on another computer. Apperently there is a missing dependency. I tried to use the dependency walker to find the missing file. It says:
Error: The Side-by-Side configuration information for "MyDllFile.DLL" contains errors. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem (14001). Warning: At least one module has an unresolved import due to a missing export function in a delay-load dependent module.
But it doesn’t say which file is missing. Where can I find which file is missing? (The dll is a native code dll and built with Visual Studio 2005 express. I already installed VS2005 Redistribution on target computer)