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...
Continue reading...