[progress Communities] [progress Openedge Abl] Forum Post: Re: How Do You Use .net Classes...

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
I don't know why your focused on whether the class has a constructor or not. This has nothing to do with whether you can define a variable of that class type. What .NET dll is it? I'm guessing you don't have the .NET dll in an assemblies.xml file. The .xml file needs to live in your work directory or it can be somewhere else but then you have to use the -assemblies startup parameter. Also if the assembly is not in the GAC, it needs to be in the same directory as the .xml file that -assemblies points at.

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