I am a bit confused on this particular error I am getting. Usually when I get an error, I know the area the error occurred and I understand what could have lead up to my error. Today, I just got an error on a custom event I wrote.

What I don't understand is that I copied this code from another one of my projects were it worked perfectly. Also, this error does not make sense.. How can a method being called, result in a Null Reference error? I am not handling anything returned by the call, I am simply making the call, both parameters being passed have a value - I checked.

Here is the error: (There is no reason to get the innerException or any more detailed error reports as they aren't really more detailed they simply give the same error.)


Basically, I'm calling a custom event from a class I wrote...

If the information provided isn't enough, what do you think the possible causes could be? What could be the factors that might contribute to this error so I can go back and take a look that them?