Granting reflection rights to remoting server object

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top