[Unresolved - Help Please] Using Reflection with Eventing
Hi All,
I've been nutting on this for a couple of days now and I'm going a little mad.
I load an assemlby (Class1) using LoadFrom then reference its method (Test). When I try to use AddHandler to have the loaded method used by a control from my Original class (OrgClass) I seem to run into error after error.
Has anyone got an example of how to do this that I would be able to learn from?
Just to clarify, OrgClass dynamically loads Class1 then references its Test method. Then with a control in OrgClass I try to add a handler to its OnClick event.
Any help would be greatly appreciated.
Ciao,
Ozki.