Hi, I'm using Client-ACtivated Object to comunicate between My server
app and client apps
When I have the same object def dll on the server and on client
everything is ok, but I do not want to store full definition of the
object on the client. So I tried to host object which inherits from
sha...
more >>
Hi,
i have two applications, which communicates very extrem together. With the
IPC-Channel i receive often the messages like "all instances of the
requested pipe are busy". So i want to use multiple Channels to communicate,
maybe 10 Connections.
For this scenario i created on each side 10 ...
more >>
I am having a problem with a remoting object. First off, I have other
objects that are being remoted in the same app and they work fine. The
object in question, Method, follows the same pattern of other objects:
The client makes a call to the server, the server creates the object
and returns (...
more >>
Hi,
I have an ASP.Net(with C#) application which uses windows forms user
control which is downloaded and executed on client machine when invoked
The application uses remoting to execute database
queries(select/insert). The database is Oracle 9i. TCPChannel is used
for remoting. On the se...
more >>