Hi All
I'm haveing some trouble with reflection :
How can I wire up an event called "Error"? I cant even see an event when looking at "o".Code:Dim o As Object = Nothing o = Assembly.Load(ay).CreateInstance(fullyQualifiedClassName)
What am I doing wrong?



Reply With Quote
