| Thread | Last Post | Replies |
|
| Is anybody using Genuine Channels? | 24 Jul 2003 15:40 GMT | 1 |
Is anybody using the Genuine Channels product that has been recommended on this newsgroup by its author? If so, does it work as advertised without requiring source code modification? Did it solve your problem?
|
| Are MarshalByRefObject really serialized? | 24 Jul 2003 09:32 GMT | 2 |
For better understanding: All my class fields are private. Should I explicitly mark them as [NonSerialized] in my MarshalByRefObject? _______________
|
| Remoting Call Stuck | 24 Jul 2003 09:18 GMT | 1 |
Has any one got into this problem: A synchronous remoting call got stuck and never return from the call. Shouldn't there be a timeout mechanism for a remoting call if anything happened during the invoke? ********************************************************************** Sent via ...
|
| Is it possible to host several remote objects using one host? | 24 Jul 2003 06:33 GMT | 3 |
I cannot find information of how to host several remote objects (assemblies) by one host application (let's say by Windows service)? Is it possible at all? Or I should have separate host application for every
|
| The Stability of events across machines | 24 Jul 2003 03:55 GMT | 1 |
After reading Ingo Rammer's article about the remoting best practice (http://www.ingorammer.com/RemotingFAQ/RemotingUseCases.html), I am a little bit worried about what I'm doing with one the remoting apps, because it will break more than one these rules, especially about using ...
|
| ContextBound Objects | 24 Jul 2003 01:27 GMT | 1 |
How far is this true that Context Attributes are very likely going to disappear in a future version of framework ? Based on MSDN Article http://msdn.microsoft.com/msdnmag/issues/02/03/AOP/AOP.asp
|
| Can GUI be remoted using remoting? | 23 Jul 2003 16:14 GMT | 1 |
Can I, for instance, return a reference to a System.Windows.Form? John
|
| REMOTING and Threads | 21 Jul 2003 22:07 GMT | 2 |
Does anybody have the definitive answers to these questions ? "How many clients can be inside (executing) a singleton's method at any one moment in time ?" "If more than one, what are the pre-reqs for this to work ? Is is automatic
|
| The channel http is already registered. | 21 Jul 2003 16:31 GMT | 1 |
help me, please..... System.Runtime.Remoting.RemotingException: Remoting configuration failed with the exception System.Runtime.Remoting.RemotingException: The channel http is already registered. at
|
| Serializing an object after remoting? | 18 Jul 2003 20:20 GMT | 2 |
I have an object marked [Serializable] and it extends from MarshalByRefObject. I can serialize it fine using both a Binary and Soap formatter. When I take the object and put it into a remoted object, serialization no longer works. A rough-out of the classes would be like
|
| .Net Remoting - IIS | 18 Jul 2003 19:45 GMT | 1 |
I saw your mail in the newsgroup, and I needed a precious help. I created a viltual directoria and a directory with name 'bin'. Inside of this, i put the object, and in root of virtual directory i put web.config. then I only created one class with the interface of object ...
|
| Can .NET remoting hosted by windows service support web application? | 18 Jul 2003 19:36 GMT | 1 |
Is there any option other than IIS hosting the remote server? i need to support web client. Thx.
|
| cannot serialize dataset | 17 Jul 2003 13:36 GMT | 1 |
I know you are supposed to be able to serialize datasets, unlike datarows and tables which are errorneously marked as serializable. But for some reason I get the same error trying to receive a dataset from a remote call as a do with the datrow:
|
| Installed framework 1.1, now I get "Attempted to call a method declared on type System.Reflection.IReflect" | 17 Jul 2003 13:20 GMT | 1 |
I have an application using remoting, passing dataset byref to the middleware assembly. Working fine under framework 1.0; after installing framework 1.1, I get this: Attempted to call a method declared on type System.Reflection.IReflect
|
| CreateInstanceAndUnwrap returns wrong type | 17 Jul 2003 11:34 GMT | 1 |
I am writing a .NET class library which is used by a non .NET application via com interop. I would like to be able to use a config file for the dll. There seem to be plenty of articles on how to do this, and
|