Subject Re: FireBird Embedded DllNotFoundException
Author omertasoft
Dean,

You were right, using Depends.exe i found a few dll's that might have
caused the problem, copied them over one by one and figured that both
msvcp71.dll and msvcr71.dll were missing. Simply copying both files
to the application's folder solved the problem.

Thanks for the quick hint,

Vito

--- In firebird-support@yahoogroups.com, "omertasoft" <vitolini@...>
wrote:
>
> it's 32 bit windows, so i don't think that's the problem, but i
will
> check with depends.exe to see if any other thing is missing...
>
> Thanks for the reply
>
>
> --- In firebird-support@yahoogroups.com, Dean Harding
> <dean.harding@> wrote:
> >
> > omertasoft wrote:
> >
> > > I checked the application folder and all 5 dll's are in the
folder
> > > (fbembed, FireBirdClient and 3 icu's)
> > >
> > > Since it only happened in one client but in both machines I
> suspected
> > > if there are any issues related to windows 2003 server (I am
not
> sure
> > > if any of my other clients use that server so I can't say if
> somebody
> > > else had it working on that configuration), any input will be
> greatly
> > > appreciated. What else might be causing the problem?
> >
> > Is it 64-bit Windows Server 2003? You won't be able to load the
(32-
> bit)
> > fbembed.dll on 64-bit windows (though I think the error message
> might be
> > different)
> >
> > You could try using a tool such as depends.exe to make sure all
> > fbembed.dll's dependencies are present (e.g. msvcp71.dll and
> msvcr71.dll)
> >
> > Dean.
> >
>