[progress Communities] [progress Openedge Abl] Forum Post: Getting Openedge.net To Work...

  • Thread starter Thread starter sebastien.vandonge@bertus
  • Start date Start date
Status
Not open for further replies.
S

sebastien.vandonge@bertus

Guest
I have some code like this and is working fine from eclipse: using OpenEdge.Net.HTTP.ClientBuilder from propath . define variable c# as ClientBuilder no-undo . On Aix however it resulted in: | Could not find class or interface OpenEdge.Net.HTTP.ClientBuilder. (12886) | | ** /ota/repo/wrkdev/svd/amdir/otashelve/svd/svd_scratchpad3.p Could not | | understand line 1. (196) | Ok, so corrected the propath to fix this issue. But now the problem is: | Invalid datatype specified: ClientBuilder. Specify a datatype such as | | 'character' or the name of a class. (5638) | | ** /ota/repo/wrkdev/svd/amdir/otashelve/svd/svd_scratchpad3.p Could not | | understand line 3. (196) | | | This is weird. The class is found in the propath, because the problem changed from line 1 to line 3, but is still doesnt recognize this class where it does on windows. Listing the sources in the PL on AIX shows me that the class does exist in the PL.

Continue reading...
 
Status
Not open for further replies.
Back
Top