| Thread | Last Post | Replies |
|
| Windows service | 25 Mar 2004 16:51 GMT | 1 |
Is there a maximum number of requests/sec that a windows service can handle ? What is the weakest link in the communication between service and client in handling the remoting requests? TIA,
|
| Remoting when the server is not MS | 25 Mar 2004 15:01 GMT | 3 |
As far as I can tell, the Remoting framework as well as ASP.NET don't help me if I don't also own the server. Is this correct? I currently must write an MS client (where I know the .NET framework will be installed) that accesses a non-MS SOAP webservice. What tools does .NET ...
|
| When is DCOM used? | 24 Mar 2004 22:54 GMT | 18 |
I created a serviced component, registered it in COM+ and exported the application to my clients. What is the role of DCOM when my clients call the components installed on COM+? Do I ever need to configure DCOM authentication when using COM+?
|
| Hosting in IIS with Connection to Outlook! | 24 Mar 2004 22:45 GMT | 1 |
Ive got a problem I cant get run. What i made is a Remoting program for downloading files and emails from other computers. Files and emails work fine if using tcp or http as protocol with hosting in Application.
|
| Framework Versions vs. Remoted Framework Exceptions | 24 Mar 2004 22:44 GMT | 2 |
I've just noticed a problem and I wonder what others do about it. I have a remoting server which makes SQL Server calls. Naturally, it can throw exceptions of type System.Data.SqlClient.SqlError. This works fine assuming that the client and server are running the same framework ...
|
| 2 different Serializers on one class | 24 Mar 2004 19:07 GMT | 1 |
Is there a way to implement 2 different serializers on a class? For example, I have a class with 3 different collections. Using the default binary formatter I can successfully serialize 2 of the 3 collections by marking the one I dont want as "NonSerialized".
|
| Application Domains and Remoting | 24 Mar 2004 19:06 GMT | 1 |
Looking at this definition Singleton: The Singleton flag notifies the server that remote method calls into the server do not destroy the instance of the remote object on the server after the method returns which means subsequent calls from the client can take advantage of the ...
|
| IIS Remoting - BinaryFormatter Version invompatibility | 24 Mar 2004 15:23 GMT | 5 |
Now I'm getting a message saying "BinaryFormatter Version incompatibility. Expected Version 1.0. Recieved Version 1835627630.1699884645" How do I fix this? Thanks
|
| The Strange Mystery of the Disappearing Callback | 23 Mar 2004 19:38 GMT | 7 |
Hi Again All, I have a strange problem - I have a public event on my server object and can subscribe to it without problems now on my client. However, when I raise this event on my server nothing happens on the client which has subscribed -
|
| About MBR SAO and threads... | 23 Mar 2004 19:37 GMT | 4 |
I'd like to have some advices on threads and .NET Remoting in order to do a reliable implementations of my remote objects. Here is the plot: i'm exposing a MBR object (let's call it ManagerObject) as a singleton. This object contains several methods, one of them returning an
|
| Problems with CAS and remote objects | 23 Mar 2004 12:46 GMT | 6 |
I am receiving an Exception of Request for the permission of type System.Security.Permissions.SecurityPermission I have the following setup I am sitting at DeskTop1 (DT1).
|
| Questions about Remoting, objects, threading. lease lifetime and object cleanup, and a couple of others. | 23 Mar 2004 12:04 GMT | 5 |
I've got a some questions about Remoting, objects, threading. lease lifetime and object cleanup, and others. Here is a quick overview of what I've got going so far. I'm using CAO remoting to expose a class that my clients
|
| IIS Remote Deserialization Problem | 23 Mar 2004 09:36 GMT | 1 |
I"ve changed both my server and client config files as follows... Client: <configuration> <system.runtime.remoting>
|
| remoting and com interop(cross post from iterop newsgroup) | 23 Mar 2004 07:51 GMT | 6 |
Below is a copy of my initial message on the interop group. The whole thread is here http://tinyurl.com/32cy If you follow the thread, you'll see the the msft rep suggested I cross post my issue here Anyone got any insights??? Thanks in advance
|
| ArrayList | 22 Mar 2004 18:37 GMT | 2 |
OK.. maybe I'm losing my mind... I am returning an ArrayList and only the last object value in the class is "visible", i.e. object.property = "test". The array list is being filled from a datareader where all values are unique for the property. Is there an
|