J
Janaka
Hi I've got an assembly that i've registerd using regasm for COM interop.
This seems to work however the method I need to call keeps throwing a
"Invalid procedure call or argument" error. I've checked the arguments
which are : decimal, bool, bool
Could this be that the decimal isn't being recognised? In VBS it is being
called like
myObject.MyMethod(10.99, true, false)
This seems to work however the method I need to call keeps throwing a
"Invalid procedure call or argument" error. I've checked the arguments
which are : decimal, bool, bool
Could this be that the decimal isn't being recognised? In VBS it is being
called like
myObject.MyMethod(10.99, true, false)