重装系统后,运行QQ,始终报错its side-by-side configuration is incorrect。网上搜索发现是动态链接库不匹配的问题。用Event Viewer查看系统应用事件,发现如下消息:
“Activation context generation failed for "C:\Program Files (x86)\Tencent\TM\Bin\TM.exe". Dependent Assembly Microsoft.VC80.ATL,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053" could not be found. Please use sxstrace.exe for detailed diagnosis.”
也就是说没有匹配到Assembly Microsoft.VC80。安装vs 2005 redistribution X86,问题解决。