How to find wich method is missing with a MissingMethodException?

R

Richard

Hi All,

I have a class library, which i use in an application. Now when i create a
class thats inside the library i get a MissingMethodException. How can i
tell which method is actually missing or what causes the error?

Richard.
 
C

Chris Tacke, eMVP

Step through it with the debugger. You don't get the Exception until the
method is actually called so it should be easy to find.

-Chris
 

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

Top