| Thread | Last Post | Replies |
|
| Interesting Socket error when contacting .net remote server | 29 Sep 2006 18:55 GMT | 3 |
Server machine =========== I have a .net remote server application (console app hosting a .net remote object) installed on the server machine.
|
| TcpChannel secure mode | 28 Sep 2006 21:15 GMT | 2 |
I am trying to find out the secure option in the TcpChannel works. I have read that it can provide encryption of the data. If so what algorithm does it use? Cheers
|
| httpchannel timeout property | 28 Sep 2006 17:29 GMT | 1 |
This property is not working with asynchronous request. why?? I really need to implement timeout in remoting http requests. Are there alternatives?? Thanks in advance
|
| The underlying connection was closed: Unable to connect to the remote server | 28 Sep 2006 16:18 GMT | 2 |
- I have a winform application connecting to a remote object hosted in iis 6. I used a 'soap' formatter. - My IIS is reacheable from the internet on an address like http://www.myserver.com/myserver/myobject.soap
|
| Multiple clients using same remoting object. | 28 Sep 2006 15:48 GMT | 2 |
I created a simple client and server using the remoting example in the MSDN Library. Run the server and client, works fine. Now run a second instance of the client (at the same time as the first) and
|
| Server crash when the client software is closed | 28 Sep 2006 11:27 GMT | 2 |
I am using .net remoting server. I have encountered an unexplained problem with the server, It's running fine till the second the client software is closed... at that very moment the server crashes.
|
| Getting at Service object from remoted object? | 28 Sep 2006 11:24 GMT | 4 |
I have a Windows Service developed in C# .NET. I'm making it a remote server and I can, via an IPC Channel, expose methods on an object and call them from a client. However, I now want my remoted object to be able to invoke a method
|
| What happens to an exception thrown in asyncronous call. | 27 Sep 2006 18:29 GMT | 1 |
So I have this (singleton) remote object. It has a delegate for a data change event: public delegate void DataChangeEvent(); When the client(s) connect to the object, they add themselves as listeners
|
| How to break sink chain | 27 Sep 2006 15:37 GMT | 3 |
I have implemented a sink (.net remoting) and I wonder how could I break the process of execution of a remote method. For example, I check a data in CallContext string session = (string)lcc.GetData("www_session");
|
| How many remoting calls are queued? | 27 Sep 2006 06:14 GMT | 2 |
I'm starting to wonder about the performance of our remoting calls and not sure where to look to confirm my suspisions. I've got 3 websites all making remoting calls to the app server. The app server then makes calls to the various backends.
|
| Custom Exception via Remoting | 25 Sep 2006 20:45 GMT | 1 |
I've created a custom exception class that is marked Serializable and implements the ISerializable interface. I am throwing this custom exception across my remoting boundary. It works just fine when the remoting client is a Windows forms or console application, but if I use a ...
|
| Remoting:Authentication differences - 1.1 and 2.0 - how 2 upgrade | 22 Sep 2006 10:34 GMT | 4 |
Scenario: 1. Web server (internet): IIS + ASP.NET (version 1.1 + 2.0) running as a stand-alone-server. 2. Application server (Component services)
|
| Use .Net remoting between two app on same machine whit no net card | 21 Sep 2006 17:09 GMT | 3 |
We built two application that communicate with each other using .Net remoting on the same machine, essentially replicating what we used to be able to do with DCOM when one application controls another on the same workstation. Everything works fine until the Network card is not ...
|
| File permissions and dynamic assembly loading | 21 Sep 2006 11:50 GMT | 8 |
Hey all, I've got a .NET Remoting application that dynamically loads assemblies from a specified path at run time. I have a class factory that contains the logic to do this, and it works perfectly in a unit test, without connecting
|
| Requested Service Not Found | 21 Sep 2006 08:10 GMT | 8 |
Losing my mind with this. I had a project that I had started and was working fine - now, that I have time to continue I have resurrected it (started in .NET 1.1 - now .NET 2.0) and I continually get this. When I cut and paste into some new code, I am not sure if it is something I
|