[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: A valid class instance or static class name is required for dynamically invoking a meth

  • Thread starter Thread starter Fabian Schueler
  • Start date Start date
Status
Not open for further replies.
F

Fabian Schueler

Guest
A coworker of mine had this error recently. The problem was, that the testclass didn't have the package-path in the CLASS-definition. Since you said you imported it, this might be your problem as well. Wrong: CLASS : Correct: CLASS .[...]. : Maybe yours isn't missing, but incorrect?

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