Consultor Eletrônico



Kbase P141850: How to know which Progress .NET assemblies will be used by the ProxyGen tool when generating a .NET
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   24/02/2009
Status: Unverified

GOAL:

How to know which Progress .NET assemblies will be used by the ProxyGen tool when generating a .NET proxy

GOAL:

Which o4glrt.dll file is used when generating a .NET proxy

FACT(s) (Environment):

Windows
OpenEdge 10.x

FIX:

The Progress .NET assemblies (Progress.o4glrt.dll, Progress.Messages.dll, Progress.ssl.dll) can be found in the following directories:
- [OpenEdge installation directory]\dotnet\deploy\signed
or
- [OpenEdge installation directory]\dotnet\deploy\strongnamed-signed

If the "Use Strong-Named Runtime" checkbox on the .NET tab is selected when generating the .NET proxy from the ProxyGen tool, the o4glrt.dll in the strongnamed-signed directory is used by the ProxyGen tool.

When it is not checked, the ProxyGen tool uses the files in signed directory.