TortoiseSVN并排配置不正确

时间:2020-03-05 18:41:20  来源:igfitidea点击:

升级到最新版本的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.

解决方案

回答

我记得在发布到SO之前看过这件事

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

安装VC2008 SP1 Redistributable可对其进行修复

回答

确认可以在Windows 7 x64上运行。