(Type your message here)
hi all=2E=2E
i m developing application=2E in which i have 1 global server which=
is taking care of two client=2E these two client are window=
services=2E in which one windowservice update one object which is=
provided by singleton class on global server=2E It is ok...
more >>
I need some input from others on if I should use .net remoting. I have a web
application that recieves data from a webservice and needs to kickoff another
object located in a different app domain. This object simply stores checks
the database for some records and continues processing. My pr...
more >>
Hy guys,
I wonder is it any available implementation of .Net remoting over
reliable UDP?
My remoting server is behind a NAT, and clients are also behind another
NAT. How can I solve this connection problem?
Thanks in advance
Sammy
...
more >>
trying to import system.runtime.remoting.channels.tcp
but there in no tcp class listed???? I have .net framework 1.1, on 2
machines even. neither of them have the tcp class from that namespace....
more >>
I have a Windows Forms app. that acts as a Remoting host for my client apps.
I don't really want to turn the host app into a Windows Service if I don't
have to. What are my options for auto-launching the host app when a client
needs it? (the host app already acts as a Singleton so only one inst...
more >>