【发布时间】:2018-02-14 13:18:11
【问题描述】:
我已将 System.Messaging 添加到我的 components.xml 中,因为我需要在我的 Progress OpenEdge 应用程序中使用它。但是我遇到了一个问题。
在 C# 中赋值时:
m.Formatter = new XmlMessageFormatter(new[] { typeof(TrowConfiguration) });
TrowConfiguration myConfiguration = m.Body as TrowConfiguration;
但是我现在想在 ABL 中执行此操作。我首先使用一种方法来读取字符串,然后将CHARACTER EXTENT 1 INITIAL "System.String" 传递给 XmlMessageFormatter 对象。但是我尝试将其更改为我的对象 TrowConfiguration 的路径,但这不起作用并给我一个错误。
【问题讨论】:
标签: openedge progress-4gl