G
Guest
How do I grant permission to use reflection by a remoting server object?
I'm trying to use Type.InvokeMethod in the server object class but I get a
MissingMethodException: "Method '<name> not found.".
If I call the same code from the UI-thread in the server there's no problems.
I'm trying to use Type.InvokeMethod in the server object class but I get a
MissingMethodException: "Method '<name> not found.".
If I call the same code from the UI-thread in the server there's no problems.