| Thread | Last Post | Replies |
|
| How Can a Server Raise an Event at a Client (Remoting) | 28 Jul 2008 23:16 GMT | 10 |
I've read numerous articles and bits of code that purport to do this, but I think there is a gap somewhere (quite possibly in my head). I have a server, which is actually a Windows service. I also have a client that needs to retrieve information from this service, but also needs ...
|
| Remoting ipcChannel or WCF | 24 Jul 2008 19:36 GMT | 1 |
in the following scenario is it better to use .net remoting through ipcChannel or to consider use of WCF? A hosting service will be running on a machine(PC) exposing some services(objects) only to local processes(on the same machine).
|
| Remoting interfaces only | 23 Jul 2008 15:41 GMT | 1 |
Hello again with another question, I want to publish a factory interface on the server side and i do it using RemotingServices.Marshal. On the client side I use RemotingServices.Connect(typeof(IFactory), "url of published object") and i
|
| .NET Remoting long function stops responding | 22 Jul 2008 21:07 GMT | 3 |
I'm at an impasse with my remoting code, and I am hoping that someone could help me. I have a class for determining disk space usage on a remote server, and in order to determine the disk space usage of a particular folder, it has to do a loop and get the file length of all ...
|
| returned interface of a remote marshalbyRef object as paarmeter of another call possible? | 22 Jul 2008 20:43 GMT | 1 |
How is it possible to use a interface returned by a Remotimg call as parameter of another remoting call? Example: interface I1 {
|
| Wired problem with remoting and events | 10 Jul 2008 00:03 GMT | 1 |
I've got a problem with remoting in connection with events. Im using Remotingservices.Marshal() and Activator.GetObject in connection with a tcp channel. Server:
|
| Cannot Authenticate using TcpClientChannel to a workgroup Server | 07 Jul 2008 17:55 GMT | 2 |
I am able to connect to a remote TcpServerChannel from a Workgroup PC to a Domain Server using the domain name in the credientials. However, I cannot connect a Domain PC to a Workgroup Server. I used the Workgroup Server's name as the domain name but it does not work.
|