[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: msvcp90.dll is missing

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 09 May 2011 21:01:44 +0200

On 09.05.2011 20:55, Hans-Jochen Trost wrote:
> Dave,
>
>>> The TortoiseSVN installer does include msvcp90.dll--it goes in
>>> the side-by-side directory ...<<
>
> thanks for the hint. That copy does exist on my machine also.
> Explicitly using SubWCRev.exe is not (yet) within the scope of things
> I do. I suspect that from my point of view it operates, or is
> operated, behind the scenes. Thus all I can do to test this is remove
> my copy of msvcp90.dll again and run SubWCRev from the command line
> either without argument (which makes it display its help) or a
> garbage argument (a nonexistent working copy path, which creates an
> appropriate complaint). No complaint about the DLL missing. If the
> DLL is loaded already at this time, this would say it is found.
>
> My WinDoctor copy is vintage 2006, and I suppose that it does not
> consider the side-by-side directories to be in the standard search
> path hierarchy for DLLs. According to NotePad, SubWCRev.exe does
> contain one reference to msvcp90.dll without any path attached, and
> no reference to any WinSxS directory.

If your tool doesn't even consider SxS dlls, then it's pretty useless.
You can use a tool that actually works:
http://dependencywalker.com/

And if you can run SubWCRev without an error, then all the dlls are
there. It couldn't even start if that dll was missing, since that dll is
responsible for calling the main() function.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2733437
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-05-09 21:01:51 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.