views:

2790

answers:

4

After upgrading to the latest version of TortoiseSVN (1.5.2.13595), it's context menu is no longer available.

When attempting to run it manually, I get this error:

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

The application log shows this

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.
+7  A: 

I remembered I'd seen this thing before just after posting to SO

It seems that later versions of TortoiseSVN are built with Visual Studio 2008 SP1 (hence the 9.0.30411.0 build number)

Installing the VC2008 SP1 Redistributable fixes it

Orion Edwards
James McMahon
A: 

VC2008 SP1 Redistributable did it for me as well.

A: 

Installing VC2008 SP1 Redistributable fixed it for me, too.

Brad B.
A: 

Confirmed working on windows 7 x64.

jkjeldgaard