From 0c149cf4479d43ae2a500d286a7d23f4d3e62f57 Mon Sep 17 00:00:00 2001 From: janwas Date: Thu, 8 Jul 2010 10:14:05 +0000 Subject: [PATCH] fix SxS failure when vc2008 is installed but not patched vc2005 (similar to #510) some of our libraries are compiled with an outdated vc2005, which causes a manifest dependency on msvcr80d v762, while our manifest and DLLs have been updated to 4053. finally bit the bullet and added a redirection from 762 to 4053 to fix this nightmare. references: http://blogs.msdn.com/b/dsvc/archive/2010/02/22/adding-a-configuration-file-for-a-vc-dll.aspx http://stackoverflow.com/questions/1347713/per-application-config-file-bindingredirect-doesnt-apply-to-dlls This was SVN commit r7716. --- binaries/system/pyrogenesis_dbg.exe.config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 binaries/system/pyrogenesis_dbg.exe.config diff --git a/binaries/system/pyrogenesis_dbg.exe.config b/binaries/system/pyrogenesis_dbg.exe.config new file mode 100644 index 0000000000..f8a48317b0 --- /dev/null +++ b/binaries/system/pyrogenesis_dbg.exe.config @@ -0,0 +1,11 @@ + + + + + + + + + + +