Results 1 to 2 of 2

Thread: Causing Invalid Page Fault

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2001
    Location
    Chennai
    Posts
    19

    Exclamation

    We are having a strange problem with Our Application Created in

    Visual Basic - 5

    We Installed a new exe of our application it gives the following error in
    some parts of the exe in some computers (Not in All computers).
    Again we copied the old Exe back it also gave the same error.

    The error is

    "AppName" caused an invalid page fault in module (unknown) at 0000:00000009.
    Registers eax=00000016 cs=0137 eip=00000009 eflgs=000o0202
    ebx=0102e468 ss=013f esp=0102e3e4 ebp=0102


    We tried to find out the problem by creating a log file in the coding.
    I'll give some part of the coding below.

    Print #GFileNo, "Line No - 75"
    If ChkVoid.Value = 1 Then
    Print #GFileNo, "Line No - 76"
    dynaTemp!F_Void = True
    Print #GFileNo, "Line No - 77"
    Else
    Print #GFileNo, "Line No - 78"
    dynaTemp!F_Void = False
    Print #GFileNo, "Line No - 79"
    End If
    Print #GFileNo, "Line No - 80"
    Dim IntApplied As Single
    Dim dblbilled As Double
    Dim strRate As String
    Dim TimeString As String
    Print #GFileNo, "Line No - 81"
    dblbilled = 0#
    Print #GFileNo, "Line No - 82"
    IntApplied = 0#
    Print #GFileNo, "Line No - 83"
    strRate = ""
    Print #GFileNo, "Line No - 84"

    Now in log file it gave the result

    Line No - 75
    Line No - 78
    Lin

    Atter printing 'Lin' it gave the same error. It did not print the whole
    line (Line No - 79) at all.

    We got the same log file from two computers. What could be the problem?

  2. #2
    gaffa
    Guest
    The database is probably corrupt (I gues thats your other post that I heven't read it). It will fail, but perhaps the call the the recordset is asynchronous, so it takes a little while to come back, allowing your application to begn processing the next line of code

    - gaffa

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width