vote up 3 vote down star
2

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.
flag

78% accept rate

4 Answers

vote up 0 vote down

Confirmed working on windows 7 x64.

link|flag
vote up 0 vote down

Installing VC2008 SP1 Redistributable fixed it for me, too.

link|flag
vote up 0 vote down

VC2008 SP1 Redistributable did it for me as well.

link|flag
vote up 6 vote down check

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

link|flag
For the 64bit version of TortoiseSVN you need the 64bit redistributable, found at microsoft.com/downloads/…. – James McMahon May 30 at 17:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.