Kbase P171481: If you have a .NET application, and during the execution of an event handler for a .NET event you ha
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/11/2010 |
|
Status: Unverified
SYMPTOM(s):
If you have a .NET application, and during the execution of an event handler for a .NET event you have a WAIT-FOR on a ABL event (such as CLOSE of THIS-PROCEDURE), the client may crash randomly after the WAIT-FOR is satisfied.
Client crashes with "SYSTEM ERROR in a .NET event handler, Exception code: C0000005 ACCESS_VIOLATION"
Crash occurs when returning from a running program and the menu systems WAIT-FOR is regaining control
WAIT-FOR on a ABL event (such as CLOSE of THIS-PROCEDURE) is encountered during execution of an event handler for a .NET event
Crash due to System.InvalidOperationExceptions being thrown
FACT(s) (Environment):
Using OpenEdge GUI for .NET
Windows
OpenEdge 10.2B
CAUSE:
Bug# OE00199288
FIX:
Apply OpenEdge 10.2B02 service pack.
Progress strongly advise NOT to use ABL WAIT-FOR's in .NET applications.