| Thread | Last Post | Replies |
|
| Slow Remoting | 30 Aug 2007 11:32 GMT | 2 |
I've developed a remoting application that uses a TCP channel with a Binary formatter. The server side is a Windows Service that is on the same server as the database. The service hosts Singleton components under one port and the same
|
| return from server only works for built-in types | 29 Aug 2007 19:16 GMT | 2 |
The _r.Execute Method always works, no problem (see below). But when I call _r.GetStatistics() the client fails with the exception shown below. It all works if I run the client and the server on the same network, but the
|
| 20 seconds before socket is closed. | 13 Aug 2007 16:44 GMT | 4 |
I've been asked to find out why it takes 20 seconds before the socket is closed after a call to a SAO singleton or singlecall object. Is it possible to change this idle time figure?
|
| SAO Singleton - Multiple Instances? | 10 Aug 2007 11:07 GMT | 2 |
I've got a server activated object (SAO), in singleton mode (hosted in a server Console application on same machine as client). On the client, I can instantiate serveral instances via Activator.CreateInstance, and each instance maintains its own state correctly (via properties ...
|
| GetLifetimeService Error in MMC SnapIn which uses web service | 09 Aug 2007 09:48 GMT | 1 |
How can I increase lease time and where - in SnapIn or on server site? I have a SnapIn that uses web service methods to work with DB and always got GetLifetimeService error when some form is not used for a minute or two. Thanks for all comments,
|
| Serialization will not deserialize delegates to non-public methods [HOWTO FIND DELEGATE] | 06 Aug 2007 11:04 GMT | 1 |
I've been put on a problem where i've got the fix the following issue: System.Runtime.Serialization.SerializationException: Serialization will not deserialize delegates to non-public methods. at System.DelegateSerializationHolder.GetDelegate(DelegateEntry de)
|
| TCP Channel timout? | 02 Aug 2007 11:26 GMT | 5 |
I've got a singleton object posted by a windows service that communicates with a another windows service and client apps. I'm noticing that the connection breaks and I get "Requested Service not available" after about 10- 20 min. I've already set the singleton object to never ...
|