Results 1 to 2 of 2

Thread: Asp.net as front end of .net remoting

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    425

    Unhappy Asp.net as front end of .net remoting

    Dear Experts, i have a .NET remoting server app which runs on a comm server and i have a remoting client winapp which i can control mp3 playback on multiple soundcards. Now i would like to do the same thing on web based. using back the same codes as in my remoting client winapp. i got errors like -

    System.Runtime.Remoting.RemotingException was unhandled by user code
    Message="Attempt to redirect activation of type 'IAudio, App_Code.amdtefbr' which is already redirected."
    Source="mscorlib"

    How do i go about to call methods remotely from asp.net client? thanks for reading.

  2. #2
    Addicted Member rabid lemming's Avatar
    Join Date
    Feb 2005
    Posts
    210

    Re: Asp.net as front end of .net remoting

    Not sure if this will help at all.....but could you maybe use event handlers like:

    AddHandler ...., AddressOf .....

    or maybe

    friend shared function ....

    These are global things that you should be able to call from any where really !? Probably not much help but thought id mention a few ideas just encase they helped you out!?

    I will wait for death with a smile and a big stick

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