On 16.03.2011 09:06, Hans-Werner Dietz wrote:
> Am 15.03.2011 20:32, schrieb Stefan Küng:
>> On 15.03.2011 09:26, Hans-Werner Dietz wrote:
>>> Am 14.03.2011 18:59, schrieb Stefan Küng:
>>>> On 14.03.2011 15:54, Hans-Werner Dietz wrote:
>>>>
>>>>>
>>>>> ...snip...
>>>>>
>>>>> Now I get an side-by-side error in tortoiseproc.exe
>>>>> Checking it with Rehacker.exe shows me that it contains 2(!) entries for
>>>>> Microsoft.VC90.CRT
>>>>>
>>>>> FIRST:
>>>>> <dependency>
>>>>> <dependentAssembly>
>>>>> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
>>>>> version="9.0.30729.4148" processorArchitecture="x86"
>>>>> publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
>>>>> </dependentAssembly>
>>>>> </dependency>
>>>>>
>>>>>
>>>>> SECOND:
>>>>> <dependency>
>>>>> <dependentAssembly>
>>>>> <assemblyIdentity type="win32" name="Microsoft.VC90.CRT"
>>>>> version="9.0.21022.8" processorArchitecture="x86"
>>>>> publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
>>>>> </dependentAssembly>
>>>>> </dependency>
>>>>>
>>>>>
>>>>> After removing second entry also update and commit works, but I think it
>>>>> is not the intended way to change exe files and dlls via reshacker.
>>>>>
>>>>> Please can you rectify original manifest entries for TortoiseProc.exe
>>>>> ...snip...
>>>
>>> Thanks,
>>> the new intl3_tsvn.dll works together with TSVN 1.6.13. This
>>> side-by-side effekt is solved.
>>>
>>> What's about a patched TortoiseProc.exe?
>>
>> I think it's best if you just install the corresponding vcredist package
>> to solve this problem:
>>
>> http://www.microsoft.com/downloads/en/details.aspx?FamilyID=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en
>>
>> http://www.microsoft.com/downloads/en/details.aspx?familyid=bd2a6171-e2d6-4230-b809-9a8d7548c1b6&displaylang=en
>>
>> Stefan
>>
>
> Sorry, but like I say before, redistributables are already installed (On
> my PC 4 different versions at c:\windows\winsxs\x86*vc90.crt*), and
> reinstallation of vcredist does not help.
Yes. But you can (and in this case must) install different versions of
the CRT. Just download those linked above and install them too. That way
you have all the versions required.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2711949
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-03-16 18:27:17 CET