Side by side configuration is incorrect
category: code [glöplog]
On some PCs I get the error message "Side by side configuration is incorrect" when trying to start any of my intros. I have not been able to figure out what the cause of this is. Has anybody experienced a similar problem?
Massive Adok TECH attack.
Looks like some issue with the WinSxS subsystem, aka DLL hell. Dunno, fire up the exe in a debugger (OllyDbg?) and see which DLLs it tries to load?
3D capable monitor?
Quote:
This issue is caused by a conflict with some of the files in the 2008 version of the C run-time libraries. These libraries are part of the Visual Studio 2008 release, the version numbers start with 9.0. These libraries may be installed with several different Microsoft and third party products.
Google helps.
OK, but some of my intros were compiled with VS 2005.
Use depends.exe on a system that shows the error to find the root cause
Thanks for the hint! Strange, my intro depends only on kernel32.dll, according to that program.
Ehrm, kernel32.dll (along with user32.dll) are like the two most basic things to depend on. So this is completely normal.
Yes, but it apparently depends on nothing else.