|
-
Jun 26th, 2006, 03:11 AM
#1
Thread Starter
Hyperactive Member
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.
-
Jun 26th, 2006, 12:55 PM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|