Click to See Complete Forum and Search --> : saving ref of remote object


ppl1
August 6th, 2005, 04:52 AM
i need to connect to N servers and give then a task, and after X seconds im checking each one of them if they finished.
so i tried to save the ref to the remote object in a hashTable (as the key), but when im trying to remove an item in the hashTable im getting a runtime exception ("Request for premission of type System.runtime.remoting.objref failed" .
how to get to each server?
thanks in advanced

ppl1
August 8th, 2005, 02:12 AM
anyone??