Consultor Eletrônico



Kbase P98702: Is it possible to specify a dot (".") in the AppObject name when generating a .NET proxy from the Pr
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   13/12/2004
Status: Unverified

GOAL:

Is it possible to specify a dot (".") in the AppObject name when generating a .NET proxy from the ProxyGen

GOAL:

Can I generate a .Net Proxy (assembly) containing a dot (".") in the name

GOAL:

Are there any compiler commands or compiler options in the folder ".NET" of the Proxy Generator to use dots in the proxy name

FACT(s) (Environment):

OpenEdge 10.x

FIX:

This is not possible to insert dots "." in the AppObject name in order to get for example a proxy similar to "Mycompany.MyTest.MyProxy.dll".

Only the name space can contain dots (ex: MyCompany.MyNamespace). This can be done in the .NET tab of the ProxyGen when generating the proxy.
Then the ProxyGen will create directories as follows: [Output directory]\MyCompany\MyNamespace\

Enhancement request# 20041213-007 has been logged.