i have a DLL, which has a method/function senddata...in this method it raise a event datafound( data)...

now what i want to do: i have 2 exe..application

one is sending some data to the DLL by function senddata

second exe is using that datafound(data) event....and displaying that data.

but the problem is when i send the data from first exe...DLL didnt raise event on second exe....why?

anand