Kbase P143703: SYSTEM ERROR when NEWing an ABL/.NET hydrid class
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/26/2009 |
|
Status: Unverified
SYMPTOM(s):
SYSTEM ERROR when NEWing an ABL/.NET hydrid class
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 1026F3D4 01:0026E3D4 <DLC>\bin\prow32.dll
FACT(s) (Environment):
OpenEdge 10.2A
Windows
CAUSE:
Bug# OE00182558
CAUSE:
The designer assigns a property which throws an exception and the Visual Designer isn't catching it properly.
FIX:
Check if you are in design mode and not run the offending code by adding the following to the property setter.
if NOT this-object:Site:DesignMode then do:
...
end.