Remoting Object qns.. help needed pls...

Angelan

New member
Joined
Feb 23, 2005
Messages
4
Programming Experience
Beginner
hi everyone...
I got a project which involves encrypting the message(String) into an encrypted Object and then use the <System.Runtime.Remoting.Messaging.OneWay()> _
for sending of the object.
But at the receiving of the object part did not seem to detect the object coming in...
does anyone knows whether is there any way to send the object through the remoting server?
really need help urgently pls..
thanks alot pals!
 
Is the encrypted Object still a string?
have you set a byval in the oneway?
Is it actually connecting to the remote server? (You should see a proxy in your autos)

TPM

PS This should have been posted in the remoting section.
 
Back
Top