TortoiseSVN并排配置不正确

时间:2008-08-20 23:02:18

标签: tortoisesvn winsxs

升级到最新版本的TortoiseSVN(1.5.2.13595)后,它的上下文菜单不再可用。

尝试手动运行时,我收到此错误:

The application has failed to start because its side-by-side configuration is incorrect.
Please see the application event log for more detail

应用程序日志显示此

Activation context generation failed for "C:\Program Files\TortoiseSVN\bin\TortoiseSVN.dll". 
Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.30411.0" could not be found. 
Please use sxstrace.exe for detailed diagnosis.

2 个答案:

答案 0 :(得分:9)

我记得在张贴到SO之后我才看到这件事。

似乎更高版本的TortoiseSVN是使用Visual Studio 2008 SP1(因此为9.0.30411.0版本号)构建的

安装VC2008 SP1 Redistributable修复了它

答案 1 :(得分:0)

确认在Windows 7 x64上工作。