| Thread | Last Post | Replies |
|
| app.config file & remoting | 30 Sep 2005 20:40 GMT | 1 |
I do not know if this is the right forum to ask this question but here it goes... I have a client and service running. There are entries in the <appSettings> element in the client's app.config which are being read
|
| Remoting Custom Exception problem !!! | 30 Sep 2005 19:03 GMT | 4 |
I have One Client (Machine 1), Remoting Server-1 (Machine 2), Remoting Server-2 (Machine 3) Client calls Remoting Server-1 and Remote Server-1 calls Remoting Server-2. Requirement is that, when a custom exception is thrown from the Remoting
|
| Another ChatCentral issue. | 30 Sep 2005 19:01 GMT | 2 |
I've compiled the ChatCentral application described in... FIX: Remoted Events (Chat) Sample in Framework Documentation Does Not Work as Expected http://support.microsoft.com/default.aspx?scid=kb;en-us;312114
|
| Identify channel at client connection | 30 Sep 2005 15:31 GMT | 3 |
suppose I publish an object simultaneoulsy through the Tcp channel (+ binary formatter) and the Http channel (Soap formatter). Server side : is it possible to know which channel the client used to "access" the object.
|
| How can one remote a thread-bound MarshalByRefObject | 30 Sep 2005 03:00 GMT | 5 |
I have a MarshalByRefObject instance that I dynamically publish on my server. This server object is thread-bound and its methods can only be called on a particular thread. My client can access this object successfully, but I find in my server process that the object's methods ...
|
| Remoting (TCP) channels and multiple clients | 29 Sep 2005 22:20 GMT | 1 |
I am fairly new to remoting... I have set up a Windows Service that uses remoting to communicate with a client 'Service Manager' app (all in VB.NET). Now, I have this same application running on two different servers (each one
|
| Remoting using large library | 29 Sep 2005 14:11 GMT | 2 |
I may have missed something but going through the remoting examples I have to call out each function I would like to call in a config file. I need to place a large library with many functions on another server and call it from a desktop client. Having the server process the ...
|
| How to check if remoting server is running? | 27 Sep 2005 13:19 GMT | 2 |
I have a question concerning .NET Remoting. I walked through a couple of examples in books and on the internet concerning .NET Remoting and in every code sample I find the following code fragment: SharedObject = (SharedObject)
|
| How to set customErrors mode = Off programticaly | 26 Sep 2005 15:40 GMT | 2 |
I have a client and a server that do not have .config files. I have managed to set all settings programmatically until now. I need to set customErrors mode=Off. Anyone know how? Thanks
|
| What permissions does a remoting server need? | 26 Sep 2005 14:56 GMT | 3 |
The meat of my application is contained in a Windows service written in C# and exposing methods through .Net Remoting. The user interface is written in FoxPro, communicating with a COM object written in C# that resides on the client. The COM object uses remoting to talk to the ...
|
| Multiple host | 25 Sep 2005 21:43 GMT | 2 |
My name is Ravi. I am developing a application which requires two exes refering same remote object. Unlike a single host running a remote object.
|
| IIS Timeout | 23 Sep 2005 13:44 GMT | 2 |
Hi, I'm trying to figure out why I'm getting this error and what alternatives I have to fix it. The underlying connection was closed: An unexpected error occurred on a receive...
|
| problem with RemotingConfiguration.Configure | 22 Sep 2005 16:21 GMT | 2 |
I all. Here's my code: --- RemotingConfiguration.Configure("myapp.exe.config");
|
| Remoting Problem | 21 Sep 2005 19:06 GMT | 2 |
I have 2 remoting servers where one is sending data to the other. One is using tcpchannel and the other ipcchannel. The tcpchannel server is checking a database for changes and when something in a specific table has changed it sends that table to the other remoting server, that ...
|
| Exceptions Being Masked | 20 Sep 2005 17:08 GMT | 1 |
I asked this question in dotnet.framework.aspnet, but I guess it's really a remoting question. My web application communicates with my application layer using tcp/binary remoting.
|