Kbase P117868: Calling .Net program via COM wrapper and no events are raised in the 4GL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/8/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.x
Calling .Net program via COM wrapper
4GL program successfully calls .Net program via Active Automation
4GL program does not see any of the events that the .Net program raises
CAUSE:
When looking at the type library file (.tlb) for the .Net program in the Progress COM Object Viewer no COM events are exposed
FIX:
Modify the .Net program so that the events are exposed in a manner that will allow the 4GL to see the events. Use the Progress COM Object Viewer to see whether the events are exposed or not.