Remoting
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello. I'm having a problem with Remoting. I have remotable object that has a list of messages (arraylist with strings). That class is in a DLL file. I have an application that uses that class. In some parts of the code, I add messages to the list. Finally, I have another application where I want to show the messages. I receive the message using remoting, but the object comes without any message. The list is empty. What can be happening?
Regards, Diego F.