| Thread | Last Post | Replies |
|
| Chat Sample | 31 Jan 2004 20:11 GMT | 2 |
I have successfully implemented the chat sample after reading Microsoft's Knowledge Base Article - 312114 "FIX: Remoted Events (Chat) Sample in Framework Documentation Does Not Work as Expected" and after reading Ingo's NET Remoting - Changes for .NET 1.1 / Visual Studio 2003. ...
|
| Singleton or SingleCall SAO Socket problems | 31 Jan 2004 13:40 GMT | 3 |
Hi!! I have a very strange problem. I have a pair of client and server. Server exposes just one object (Server activated object) and for the problem I have it does not matter whether it
|
| Call Context - Problem - In remote objects | 31 Jan 2004 07:48 GMT | 2 |
I have an object "A" that inherits from the ILogicalThreadAffinative interface and this object is set in the Callcontext.setdata in my mainmethod. No i create another object "B" in the main method which contains an remote object "C" (hosted as bycall activation in a windows ...
|
| Server design advice.. | 31 Jan 2004 06:51 GMT | 1 |
Heya I have a windows service written in C# which I would like to be pluggable with an Admin Console (my own stand alone app, not using the MS Management Console). I would like to have all of the objects in the server visible to the Admin Console, but have all of the ...
|
| client ip from tcpchannel | 31 Jan 2004 06:37 GMT | 1 |
Is there any way to get a socket object from a remoting channel object on server. I need client IP from remoting server. I have seen an example using a custom sink but that seems to be parsing http header. What about tcp channel? Any ideas? TIA -Greg
|
| Object monitoring | 31 Jan 2004 03:28 GMT | 1 |
I want to have a GUI program on the server to monitor the activity of the remote object. One approach is activate it in one thread and put a semaphore for making it alive. Then in the main thread, make an instance of this object and register to a specific event for getting ...
|
| Debugging quit when not console app | 31 Jan 2004 03:24 GMT | 1 |
When I started hosting my remoting via IIS instead of a windows console, server side debugging quit working. The breakpoints do nothing. All projects are one solution. I have created a virtual directory and changed my output
|
| Passing IDataParameters to Remote object | 31 Jan 2004 03:20 GMT | 1 |
Should I be able to pass an array of IDataParameters to a remote object? Jerry
|
| File Transfer over network using Sockets problem | 31 Jan 2004 01:42 GMT | 1 |
I have a problem transfering files using sockets from pocket pc(.net compact c#) to desktop(not using .net just mfc and sockets 2 API). The socket communication is not a issue and I am able to transfer data across.On the serve I am using Socket 2 API (recv function to read ...
|
| Reading a Configuration File | 30 Jan 2004 20:41 GMT | 1 |
It is possible to read the <system.runtime.remoting> section of a configuration file similarly to the way that you can read a user-defined section using ConfigurationSettings.GetConfig()? I'm finding that attempting to load and read the <system.runtime.remoting> section as if it
|
| Remoting channels and sockets | 30 Jan 2004 17:57 GMT | 2 |
I use my own client and server sinks with TCP channels and binary formatters. My sinks are between formatters and transport sinks. They exchange messages through request and response headers. They also replace response and request streams.
|
| Remoting/Marshal from non-default Domain | 30 Jan 2004 17:39 GMT | 5 |
Just recently encountered a problem while building an application with multiple domains. If I try to marshal an object/interface from one of the non-default domains I am unable to connect to it from another application. If the
|
| Call Context- Remoting - Weird problem! - Is this a remoting bug or Am I doing something wrong | 30 Jan 2004 17:01 GMT | 1 |
I have a strange problem, if I set an object that derives from the ILogicalThreadAffinative interface into the callcontext.setdata before calling any a remote object, the call to the remote object fails with the serialization exception. Please see the code snippet below: Remote ...
|
| Problem in .NET Remoting with Client Activated Objects(CAO) | 30 Jan 2004 16:53 GMT | 1 |
Hi; I'm doing an example program from a book regarding .NET Remoting. Both the Client and Server are C# Console Applications. Server Code is
|
| Remoting Errors with overloaded functions | 30 Jan 2004 16:34 GMT | 1 |
(I apologize if this is showing up multiple times... My posts don't seem to go in now that MS has updated their interface to thsi newsgroup. :( Please let me know if any deatils of this are not specific enough, and I can provdie the specifics.. I am having problems with ...
|