I am doing a project which is creating a native DLL. If I run the DLL file it works well in my machine. If I use the same DLL in some other machines it gives a error file. The error is:
The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tool for more detail
So I need to open the application event and check the error log. The Error log says:
Dependent Assembly Microsoft.VC90.DebugCRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis.