I have a process within a network that wants to talk to a service on another network.So I have two computers:
I\'m building a .NET remoting client/server that will be transmitting thousands of files, of varying sizes (everything from a few bytes to hundreds of MB), and I\'d like some feedback on the best meth
I\'m attempting to setup a simple remoting windows service and getting the following error when starting the service:
I\'m new to .NET Remoting and not very familiar with the different communication channels which can be used.I know there is HttpChannel and TcpChannel out o开发者_开发问答f the box.I understand that o
I am making a medium sized standard LOB application. Currently its a web application but I am formulating a proposal to revamp it into a Desktop remote application. By this I mean that the database an
I have a IE Browser Helper Object, which is a Toolbar addin for IE 8. I have another .NET .EXE application (Remoting Client) that connects to this BHO (Remoting Server) using remoting via common Inter
Genuine Channels is a set of 3rd party chancelsfor .Net Remoting. I have been given the tasks of replace the usages of .Net Remoting in a rick client and server with WCF.I am familiar with standard .
I am developing a client-server application using 开发者_运维百科.Net Remoting. From my server I want to return a List in response to a certain method call, however I get an exception saying that basi