The reason why you are getting this is before invoking any method on a .NET object, you first need to construct it by using the contructor node ( unless its a static method). So instead of passing a refnum of the type of your class, first use the constructor node to create an instance of your object, and pass that refernce to the method.
Hope this helps
Bilal Durrani
NI
Bilal Durrani
NI