| Thread | Last Post | Replies |
|
| Problems using Serializable attribute | 31 Aug 2004 17:00 GMT | 3 |
I read in MSDN that an object could be marshaled by value just be mark it [Serializable]. When I do this and tries to invoke a method on the object I get this exception: An unhandled exception of type 'System.Runtime.Remoting.RemotingException'
|
| is there a way to pre-load remote objects in the host application? | 31 Aug 2004 13:59 GMT | 3 |
i have an application that uses enterprise services remote objects. the calls are very fast usually within 50ms. EXCEPT for the first time the object is called or after a long period of inactivity. is there a way to preload all the objects in the host application so that
|
| How to use Marshal By Value | 31 Aug 2004 11:58 GMT | 1 |
What actions do I have to do in order to get my objects marshaled by value? For the moment we are using Marshal by reference, so all my object derive from MarshalByRef. Thanks in advance!
|
| Windows Service | 31 Aug 2004 04:12 GMT | 2 |
I have a Remoting application that using http channel. When I tried to make Windows Service from this application all seems to be all right until I restart service. I have the following Exception. Service cannot be started. System.Net.Sockets.SocketException: Only one
|
| How to expose two different objects from single server via .NET Remoting? | 30 Aug 2004 17:42 GMT | 1 |
How to expose two different objects via .NET Remoting? Hello, I am trying to do the following: Exposing Obj1 and Obj2 via ProcessA
|
| .NET v2.0 Remoting...bug or config problem? | 30 Aug 2004 16:54 GMT | 1 |
I have been doing some Remoting vs. Web Services tests for the architecture of a new project. I have performed my tests using both .NET v1.1 and .NET v2.0 Beta 1 and I have had some confusing results in v2.0. Either I am not
|
| Remoting and Events with VB.NET | 30 Aug 2004 10:36 GMT | 32 |
I am having real problems with Remoting and Events in VB.NET. Everything else is working fine, as soon as I try to use events I get: An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in
|
| Invoking a .Net remoting component from Visual Basic 6.0 COM component | 29 Aug 2004 22:24 GMT | 1 |
Hi is it posisble to invoke a method of a .Net remoting component from a COM component developed using Visual Basic 6.0. If yes request you to provide me how can I achieve it. Any help on this would be highly appreviated
|
| Starting/Stopping/Checking State on Remoted Objects | 28 Aug 2004 07:17 GMT | 1 |
Hi. I'm a little confused about how to control the availability of an object that I make available from my server software. In all of the examples, I follow these steps to make a class available... 1. Create a Channel
|
| Channel relationship to RegisterWellKnownServiceType() | 28 Aug 2004 06:55 GMT | 1 |
I'm confused about the relationship between Channels and Registered Well Known Service Types. Many of the sampes I've seen for Remoting server applications show the following code for starting up the availability of a class to other
|
| internal customError in remoting? | 28 Aug 2004 00:05 GMT | 3 |
I have a set of application playing with remoting. All seems to work on local but it crash with the following exception when i set up a client on an other computer: Fatal exception occured : Server encountered an internal error. For
|
| Sharing a hashtable with .net remoting | 27 Aug 2004 16:17 GMT | 1 |
Hi, I have a C# server working as a service using MarshalByRefObject (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/S ecNetHT15.asp). I only have one instance of the main server. This instance has a hashtable
|
| Remoting Serialization Problems | 27 Aug 2004 12:24 GMT | 2 |
i have a class that is serializable. When I serialize and deserialize manually it works fine but when remoting does it, it bombs. I have not been able to find anything about this error yet "Parse Error, no type associated with Xml key a2 .Patient MedWizardBaseClassLibrary, ...
|
| SOAPSUDS/Interfaces/Config Files. | 27 Aug 2004 06:49 GMT | 1 |
I have a application in which the client has an Interface. I have used SOAPSUDS for remoting. I haveused SOAPSUDS the URI is hard coded into the Interfacedll. Now I have a problem.
|
| Been asked such question, any idea how to do it? | 27 Aug 2004 02:02 GMT | 2 |
You have 4 separate applications that all use .NET Remoting on the middle tier. You are asked to implement logging functionality that will log the caller's IP Address, and the method call being requested BEFORE the request actually reaches the function being called (ie: your ...
|