STATUS_IN_PAGE_ERROR
Answer from unknown source :
"Windows doesn't write code-pages to the swap file, because it can just read
them again from the exe file.
If you have network problems when it needs to do this, you will get the
STATUS_IN_PAGE_ERROR excption.

You can move the exe to the client disk to avoid this, which can also
improve the performance of our program, and reduce network traffic (if the
clients often has to re-read code from the exe file).
But this will make it difficult to upgrade your program.

Adding more memory to the clients can also solve the problem, because then
they don't have to re-read the exe file (so often).

If it is a one-time problem, and you are just looking for an explanation, I
wouldn't change anything.
If your program needs access to something on the network (like a database),
then there is no point in solving this, because you will just get another
error. "

----- Original Message -----
From: vss <[EMAIL PROTECTED]>
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sent: Wednesday, January 29, 2003 2:27 PM
Subject: [DUG]: External Exceptions


> HI all.
> I have been working on an app. for work, and we are going to be running
> it from a local share.
> This is all ok, and the app runs fine, but as soon as I try to double
> click on an item in a list view I get an "External exception C0000006"
> If I run the app. locally its fine!
> This is with Delphi 6, latest Sp, and Windows 2k
> P.s. running it off the network share in XP is fine.
>
> has anyone else had this, and is there a solution?
>
> Cheers, Jeremy
>
> --------------------------------------------------------------------------
-
>     New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to