Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet remoting > january 2007

Binary serialization of IntPtr as out parameter during remote call
Posted by dumchikov NO[at]SPAM gmail.com at 1/31/2007 6:37:56 AM
Hi I have a problem with serializing IntPtr as an out parameter during remote call - If I have a remote object with method that returns IntPtr, then BinaryFormatter can't serialize the return message. I've spent some time to research the problem (thanks .NET reflector) and find out that the ...more >>


remoting over router
Posted by suneer k at 1/31/2007 1:47:13 AM
hi i am doing a project "remote desktop accessing" with .net remoting. it is working fine. when server is behind the router, i am using the external ip address of the router to access the server from anywhere( before ,i forward a port from router to server). and it is working fine. ...more >>

Replicating text files (or serialized ones) with .net
Posted by asdf NO[at]SPAM asdf.com at 1/29/2007 10:13:26 PM
Can I replace replication of text files over ftp with a web service? I'd like to elminate as much labor as possible, having the text files transfer as soon as new ones are deposited in a folder. Just need to know it's the right path to pursue. Yes/No ...more >>

Client disconnect from server after response
Posted by nospam NO[at]SPAM meatonconsulting.com at 1/29/2007 1:34:22 PM
I have a relatively simple client server app. I would like to have my client disconnect from the server once it has received the data. Is there a way to set the timeout or to call a disconect? Again, I would like this done from the client, not the server. It is written in VB Net 2005, bu...more >>

Remoting SAO help
Posted by Ryan at 1/26/2007 11:51:18 AM
I've written a windows service and service manager app that for works ok. The service contains a collection of objects that does all the work. What I would like to do is allow the service manager app gain access to read the collection on thats on the service. The service will do everything to...more >>

How to shutdown a remoting Server (SAO-Singleton started with RemotingConfiguration.Configure())
Posted by José Joye at 1/23/2007 4:44:55 PM
Hello, What is the best way to stop a remoting server (Singleton SAO) that has been started with RemotingConfiguration.Configure(). For sure, I want to do this without quitting the application :-) In fact, at a given time based on an internal event, I would like to stop the remoting funct...more >>

Multi-threaded Worker Objects
Posted by maheshgv at 1/23/2007 3:19:11 PM
I have a class exposed as a singleton using remoting. Mutliple instances of the client application will connect to this singleton object. After successfull authentication, I create different workerprocess objects (tied using a unique SessionID) which actually does the work. I want these instance...more >>

CAO serialization
Posted by mdzieg NO[at]SPAM gmail.com at 1/22/2007 9:59:21 PM
hi, When I'm trying to serialize CAO object (doesn't matter if on server or client side, from the same or another thread...) I get the same exception: Type 'System.Runtime.Remoting.ServerIdentity' in Assembly 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is ...more >>



Remote object lifetime
Posted by Mahesh Deo at 1/21/2007 9:27:55 PM
Hi i have a singleton(server activated) remote object and a client app which calls mothods of remote object. but after 5 minutes the remote object stops working.So what should i do to keep that remote object serving to clients till the server is on and runnig. Thanks you....more >>

Help with CLR security
Posted by Robert Ellis at 1/20/2007 5:02:02 PM
Hi, I would be grateful for advice on the following. Server 1 (Windows 2003 Server) COMSRV1 VB6 COM ActiveX EXE NETSRV1 .NET (VB2005) .DLL Workstation 1 (Windows XP Professional) APP1 VB6 Standard EXE application APP1 calls COMSRV1 using DCOM. This works fine for Do...more >>

Remoting x Method Overloading
Posted by Jairo De Moraes at 1/19/2007 3:01:57 PM
Hi everyone, I have a very simple WinForm application that uses a Windows Service (Remoting classes), all developed on VS 2005. The service is based on SOAP/HTTP, and exposes 2 classes having some overloaded methods. What's driving me crazy is: *why* the application+service works fine in som...more >>

remoting over router/NAT
Posted by mihaidu NO[at]SPAM gmail.com at 1/19/2007 9:16:38 AM
Hi, I want to get my remoting app to work over a router with NAT. The client should be able to conect to the server which lies behind the router. I have configured the NAT to direct my packages by the server port which i use (9001), directly to the server (which has a non-unique internal IP, ...more >>

No exception being thrown on dead clients
Posted by Jared Jensen at 1/18/2007 10:23:37 PM
My server class manages an internal list of "attached" clients. Whenever a request (i.e. method call on the server) is made from one client, all other attached clients are notified asynchronously via a callback they registered when "attaching". This works great, but I'm hoping to scavenge dead ...more >>

.NET Remoting - client development/design-time and run-time requirements
Posted by Zoe Hart at 1/16/2007 11:04:41 AM
I have a .NET Remoting solution. My remote objects are hosted in a Windows Service on my remote server. My remote objects are configured for SingleCall Server Activation, so instantiation on the client results in a proxy object and the remote objects aren't instantiated on the server until a m...more >>

The input stream is not a valid binary format
Posted by Tommaso Caldarola at 1/12/2007 2:56:41 PM
I got the following exception System.Runtime.Serialization.SerializationException: The input stream is not a valid binary format. The starting contents (in bytes) are: 53-79-73-74-65-6D-2E-57-65-62-2E-48-74-74-70-45-78 ... Server stack trace: at System.Runtime.Serialization.Formatters.Binar...more >>

find out if client is connected / server is reachable
Posted by Robert Ludig at 1/10/2007 5:01:25 AM
I have a Remoting client and a remoting Server. The Remoting client is a long running process that every once in a while calls the remoting server. How do I ideally find out if the Server has diconnected from the client? I was thinking of making the client call some simple ping method on the Ser...more >>

TCP Streams from Unknown source to VB.Net
Posted by knockNrod at 1/7/2007 1:24:00 AM
I'm trying to figure out how all of this is supposed to fit together. I've got a C/C++ application on a server, could be Unix, OpenVMS, or Windows - definitely unmanaged, in every sense of the term - and it's sending real-time data back to a desktop with a Visual BASIC .Net interface. On the...more >>

Error while invoking remoteobject method
Posted by source at 1/6/2007 4:32:00 PM
Hello, I have a process (DevEnv) and inside that I instantiate an object (ProcHost) I have another process (Driver) and I want to access existing ProcHost object from my driver process. Driver process starts first, kicks off DevEnv process, which intantiates ProcHost object Now from driv...more >>

Raise event to client
Posted by Le Minh at 1/5/2007 9:18:30 PM
Hi all. I need to write a application using .net remoting technology. The problem here it that, i need to raise event to client. Image, server do some work and send result to the client when it finished. How can i do it ? Thanks all! ...more >>

Chating application which incorporates voice (voip)
Posted by deepak at 1/5/2007 1:27:43 AM
Hi All, we have a requirement of developing the chat application which should have both text based chating as well as voice based, we know developing a text based chat app is straight,but having voice chat incorporated ??,hmm .. could any body give me some suggestions, links, code or thro...more >>

Receiving notification from Singleton after the client crash
Posted by Joe Doe at 1/3/2007 5:09:59 PM
Hello, I have a client object that talks to a singleton remote object. I deliberately the crash the client to see what happens to my server. When I restart the client, it reconnects without issues. From then on when the singleton remotely calls the client, it throws errors. "Found two d...more >>


DevelopmentNow Blog