Error 12882 after installing Creators Update on Windows 10.
Error occurs when performing dynamic method invocation. For example:
myObject = DYNAMIC-NEW 'className':U ().
Progress.Lang.Class:GetClass('dynamic-new':U):Invoke(myObject ,'Show':U).
If the code is re-written as follows then it works as expected:
myObject = new className().
CAST(myObject, className):Show().
No problems prior to the installation of the Windows 10 Creators Update.
No changes to the code, etc. - only change was at O/S with Creators Update.
Recompiling the complete application and re-deploying it has no effect; problems persists.
Problem does not occur in OpenEdge 11.6 and later.