CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2003
    Posts
    56

    Error handling remote events

    Hi, I have make an server-client application with remoting.
    I want the server to raise an event and the client to receive it.
    When I try to assign a EventHandler at the client at the execution appear
    a message saying :
    "Cannot find the assambly XXX version :1.038.38 ...."
    XXX is the namespace of my client application, that is not the same that in
    server side....
    How can I solve this???

  2. #2
    Join Date
    Dec 2003
    Location
    UK
    Posts
    113

    Re: Error handling remote events

    There was another thread in this forum where (I think it was Norfy) mentioned a link on remoting. Now I cannot find it, but can remember that this document advised against doing events in remoting. And it sounded like the author knew what he was talking about.

  3. #3
    Join Date
    Dec 2003
    Location
    http://map.search.ch/zuerich.en.html
    Posts
    1,074

    Re: Error handling remote events

    Useful? Then click on (Rate This Post) at the top of this post.

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