CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2005
    Posts
    178

    saving ref of remote object

    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

  2. #2
    Join Date
    May 2005
    Posts
    178

    Re: saving ref of remote object

    anyone??
    Last edited by ppl1; August 8th, 2005 at 10:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured