Hi,
I'm trying to call a function from my dll by clicking on a button but I keep getting this exception:
My arguments are:
Currently return type of my C# method is void and I think that's the problem.
What return type should it be and is there a way to change the expected return type?
Kind regards,
Miloš
I'm trying to call a function from my dll by clicking on a button but I keep getting this exception:
My arguments are:
Currently return type of my C# method is void and I think that's the problem.
What return type should it be and is there a way to change the expected return type?
Kind regards,
Miloš