Hi,
I'm trying to install (aka copy over and run) a debug version of Chromium on a test machine, but when I go to run it, I get the following error:
This 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.
Googling this suggested that I didn't have the correct Visual C++ Runtime DLLs installed, but I've tried installing various versions (2005, 2008, 2010) and that has not helped.
I am on Windows 7 Enterprise 64-bit, but building for 32 bit in Visual Studio. The machine in question is running Window 7 Ultimate N 32-bit. Testing my copy on other machines seems to work which implies that there is something wrong with the setup of the test machine such that I can't run my debug build.
Anyone know how to get my debug version running on this test machine?
Thanks,
Rachel