I have made one windowscontrollibrary,in that i created one function fun1() in which i created one thread,this thread call another function fun2().
Now this function fun2() contain event.
Now when i am using this dll in webpage in client side,and handling the event,i am getting this error that System.reflection.targetException and object does not match target type.
Plz anybody help me