2008-08-20 71 views
8

升級到最新版本的TortoiseSVN(1.5.2.13595)後,它的上下文菜單不再可用。TortoiseSVN並排配置不正確

在嘗試手動運行它,我得到這個錯誤:

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. 

回答

9

我想起了剛剛張貼到SO

前後我看到這個東西

看來,後續版本的TortoiseSVN是用Visual Studio 2008 SP1構建的(因此9.0.30411.0版本號)

安裝VC2008 SP1 Redistributable修復它

+1

對於64位版本的TortoiseSVN,您需要64位可再發行組件,可在http://www.microsoft.com/downloads/details.aspx?familyid=BA9257CA-337F-4B40-8C14-157CFDFFEE4E&displaylang=en中找到。 – 2009-05-30 17:44:55

0

確認在Windows 7 x64上工作。