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

RE: AnkhSVN, A Subversion addin for Visual Studio .NET

From: Daniel Gehriger <gehriger_at_linkcad.com>
Date: 2003-05-16 17:05:27 CEST

FYI: msvcp70d.dll is the *debug* version of the std c++ library. You are not
allowed to distribute this DLL, which is why InstallShield did not include
it.

When distributing an application, link to the *release* versions of the
runtime libs, and then include msvcp70.dll (note the missing 'd' after
'70').

Regards,

Daniel

> -----Original Message-----
> From: Arild Fines [mailto:arild.fines@broadpark.no]
> Sent: vendredi, 16. mai 2003 17:00
> To: Mats Nilsson
> Cc: dev@subversion.tigris.org; users@ankhsvn.tigris.org
> Subject: RE: AnkhSVN, A Subversion addin for Visual Studio .NET
>
>
> Mats Nilsson wrote:
> >> Currently, only VS.NET 2002 is officially supported, but we are
> >> interested in hearing from you if you attempt to install it under
> >> VS.NET 2003
> >
> > I tried the installation on an XP Prof. with VS.NET 2003
> Final Beta.
> > The installation seems to have done its job without any
> warnings, and
> > the plug-in is registered. However, VS.NET cannot load the
> plug-in. It
> > displays an error dialog containing the following hints: " Error
> > Message: The specified module could not be found, Error number:
> > 8007007e. "
>
> >
> > Filemon reveals that it can't find msvcp70d.dll on my system. This
> > probably has to be bundled.
>
> Thats what we get for relying on the installer engine to
> deduce the dependencies, I guess.
>
> > No big deal - I copy that file from a
> > different system into your installation folder. I try again
> and now I
> > see:
> >
> > "
> > System.IO.FileNotFoundException:
> > File or assembly name NSvn.Core, or one of its dependencies, was not
> > found. At Ankh.SvnContext..ctor()
> > "
> >
> > and another dialog with error number 80131534.
> >
> > Filemon reveals no errors in this case. Probably an assembly
> > registration issue. Not being used to .NET assembly
> debugging, I would
> > need some hints to proceed from here.
>
> Thanks. We knew VS.NET2003 support was a longshot, since we
> haven't had the chance to test it on that version. We added
> the necessary registry entries to at least get it to install,
> but we won't be able to properly test it until my copy
> arrives within a couple of weeks.
>
> Would you mind trying to run Dependency Walker[1] on the
> NSvn.Core dll?
>
> Since this is offtopic for the main Subversion list, I have
> cc'd users@ankhsvn.tigris.org and we should probably continue
> the discussion there. I will keep you on the CC list in case
> you don't want to subscribe.
>
> [1] http://www.dependencywalker.com/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 17:07:00 2003

This is an archived mail posted to the Subversion Dev mailing list.

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