Kbase P142565: Compilation of default CATCH template in Architect leads to error 14141 in .NET classes
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/03/2009 |
|
Status: Unverified
SYMPTOM(s):
Compilation of default CATCH template in Architect leads to error 14141 in .NET classes
Cannot use variable '' for '' because it is already defined to be of type ''. (14141)
Cannot use variable 'e' for 'Progress.Lang.Error' because it is already defined to be of type 'System.EventArgs'. (14141)
FACT(s) (Environment):
If "CATCH" is typed in the ABL editor, the following code is inserted:
CATCH e AS Progress.Lang.Error :
END CATCH.
If the default CATCH template is used in .p files, no error occurs
Windows
OpenEdge 10.2A
CAUSE:
Bug# OE00181949
FIX:
None at this time. A workaround is to manually change the variable name