
page fault in module MFC42.DLL run time error
Pete!
First of all, you might want to investigate a little further exactly why the
app explodes on the other machine. Running the debug version, outputting a
trace log, popping up message boxes, or whatever appropriate for your
application. You might also want to check the dependencies with depends.exe
or some other dependency tool, and compare versions of DLLs on the two
machines.
Johan Rosengren
Responsable Informatique
PACTA S.A.
Quote:
> My application, called incept, runs fine on my development machine with
> MDAC 2.1
> However when I tried to run it on my Boss's machine (also with MDAC 2.1)
> I got the following run time error when he selects an action that should
> trigger some ADO using the Jet Provider.
> INCEPT caused an invalid page fault in
> module MFC42.DLL at 0137:5f4012a1.
> Registers:
> EAX=00000000 CS=0137 EIP=5f4012a1 EFLGS=00010246
> EBX=5f4d0008 SS=013f ESP=031ffaa0 EBP=031ffad4
> ECX=00000000 DS=013f ESI=007d1050 FS=3267
> EDX=00000003 ES=013f EDI=0058022c GS=2976
> Bytes at CS:EIP:
> 8b 71 04 85 f6 57 74 26 8b 7c 24 0c 33 d2 8b c7
> Will this go away if I install the enormous 125 MB service pack 4 for
> VC++ and rebuild my application. I have looked on KB and can't find an
> reference to this problem.
> Many thanks in advance,
> Pete