Groups | Blog | Home


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 > may 2006 > threads for may 29 - 31, 2006

Filter by week: 1 2 3 4 5

System.Net.WebException: The remote server returned an error: (400) Bad Request exception
Posted by Stephen Barrett at 5/31/2006 1:13:26 PM
I am having problems getting remoting working in a new environment. I have an existing environment with a webapp tier, an application server tier, and database tier. The webapp talks to app tier via remoting using a serverfactory/inteface design approach. The app tier is hosted in IIS and...more >>


Cannot create server connection when client already created
Posted by William Sullivan at 5/31/2006 8:53:02 AM
I have a windows service that can be configured via IPC. The server has an IpcServerChannel and the client has an IpcClientChannel. I can create, connect, and communicate fine. The problem is when the service is shut down and started again while the client is still active. The service atte...more >>

remoting and socket exceptions
Posted by dr at 5/30/2006 9:52:02 AM
I currently have two applications that communicate using remoting on v1.1 of the .NET framework on Windows XP. Everything works fine until I unplug the network cable on the machine (it is using DHCP). Then for the next minute or so, all remoting calls fail returning sockets exceptions (conne...more >>

How do I get Events from Remote Class Instance?
Posted by Joseph Geretz at 5/30/2006 2:53:19 AM
I'm working on a class which will provide a single instance across all clients on the same workstation (a 'super-singleton', to coin a phrase). In order to do this, the (super-)singleton class needs to run as a server in a separate AppDomain. Each client requesting an instance actually gets hande...more >>

WebMethod
Posted by Tommaso Caldarola at 5/29/2006 6:20:43 PM
How to implement a web method via remoting? -- Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php...more >>

Callbacks to client
Posted by Casper Hornstrup at 5/29/2006 6:02:55 PM
I need to invoke a method on the client from the remote server object. How do I do this? Of course you can do exactly the reverse of the client->server scenario, but I thought .NET remoting was smarter than that. A simple example would be nice if you have one. Now I've run into the exception ...more >>

How do I share a Singleton between AppDomains?
Posted by Joseph Geretz at 5/29/2006 3:18:37 PM
I've built a singleton class which I want to share among different application clients (code below). I've confirmed that the singleton class works properly within a single client. Although the application can acquire multiple references to the class, all references point to a single class in...more >>

Remote Assistance Invitation
Posted by janipastor at 5/29/2006 11:41:02 AM
I can't send an remote assistance invitation to my brother, because nothing happens when I click on the icon. I go to the start menu, and click "help and support". The hourglass displays for less than 3 seconds, and then nothing. What can I do?...more >>



.NET Remoting on Compact Framework
Posted by jldearmas NO[at]SPAM yahoo.com at 5/29/2006 9:12:36 AM
Hi At Microsoft documentation is very clear that CF do not support .NET Remoting but... is there a solution from 3rth party or an open source project in order to allow use remote objects from CF. I only need to use remote objects running in .NET (desktop edition) TIA -- Lic. Jorge L...more >>

Free Port
Posted by lroland NO[at]SPAM gmail.com at 5/29/2006 2:21:32 AM
Hi all I have a server where the port number is configurable - if the user changes from the default port I would like some quick way to test if the new port is actually free - the only solution I have come by is to actually bind to the port and free myself from it again. Is there a quicker wa...more >>


DevelopmentNow Blog