I'm having trouble getting non-graphical .NET assemblies to work under AcuToWeb. CREATE statements that return a handle under normal circumstances return no handle under AcuToWeb. In fact, they seem to be ignored altogether, because changing the namespace to something non-existent, which would normally cause an error, has no effect.
The syntax I'm using to create the control is:
CREATE "@My.Assembly"NAMESPACE IS "My.Test.Namespace"CLASS-NAME IS "MyClass"HANDLE IS MY-NONGUI-HANDLE.
I've also tried using the AcuToNet.dll interface, but got the CoCreate Instance Failed error.
As I understand it, instantiating non-graphical .NET assemblies with CREATE is supported, so is there something I need to do differently to get it to work under AcuToWeb?
Thanks.
Claire