Hello All
I have a dll that was created in .NET
I can open the dll within LV8 and I can see the methods and properties.
One of the methods is called "Multiply". Multiply takes 2 inputs (x,y) and then gives a result.
x and y are both int32
I input values for x and y , run my program, "RPSTestLibrary.VI" , ...then I get the Error code 1172.
"Error calling method RPSTestLibrary.RPSInfo.RPSMultiply of NULL ObjectId, (System.ArgumentNullException: Key cannot be null.
Parameter name: key) in RPSTestLibrary.vi"
Does anyone know how to fix this error?
~j