TortoiseSVN并排配置不正确

Ori*_*rds 8 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
Run Code Online (Sandbox Code Playgroud)

应用程序日志显示了这一点

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.
Run Code Online (Sandbox Code Playgroud)

Ori*_*rds 9

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

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

安装VC2008 SP1 Redistributable修复了它