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 > september 2005 > threads for september 1 - 7, 2005

Filter by week: 1 2 3 4 5

C# & Unix
Posted by Bala Nagarajan at 9/7/2005 4:26:41 PM
Hello, How do i communicate between C# and Unix? The scenario is as follows. I have a C program residing in UNIX box that does complex calculations and returns a result. I need to invoke this C program residing in the Unix box from Windows Client C# application through a button...more >>


Problem: Hosting remoting in IIS with Windows Authentication
Posted by saarcarmi NO[at]SPAM gmail.com at 9/7/2005 7:13:30 AM
Hello I am hosting remoting within IIS. Everything works just fine as long as I allow anonymous access at the IIS level. When I allow only Windows Authenticated sessions, something very strange happens: If the client activates the remote object with IP address - works fine ...more >>

How to debug Remote Object..?
Posted by Shibu at 9/3/2005 12:00:00 AM
Hi, Can anybody please tell me how can I debug a .Net Remoting Object (tcp) using Visual Studio .Net. I am running the Remoting server as a windows console application, and my client application is a windows forms running in same machine. Shibu (I have reposted this from another news for...more >>

Remoting socket / port cleanup on process termination
Posted by RJ at 9/2/2005 4:30:18 PM
What cleanup should I do on the client side, after I terminate the process that is hosting the singleton remoting server object? When I try to activate a new server proxy in the client, using the following, the client throws an exception : Underlying socket was closed. Dim TargetPath As Stri...more >>

Cannot receive data across socket connection by .NET app
Posted by Subu Anantharam at 9/2/2005 8:17:05 AM
I have a .NET app that connects to a third-party server on a socket and sends data. This works with a test server on the local network, but does not work across the frame connection to the third-party server. They see a connection, but never see any data coming across. This works with Win32 a...more >>

Remoting Problem
Posted by Stein Karlsen at 9/2/2005 3:57:02 AM
Hi I have 2 remoting servers where one is sending data to the other. One is using tcpchannel and the other ipcchannel. The tcpchannel server is checking a database for changes and when something in a specific table has changed it sends that table to the other remoting server, that again p...more >>

Sharing files
Posted by JAYAKUMAR NATARAJAN at 9/2/2005 2:34:15 AM
Hi all , i have designed a sample IIS hosted remoting application. the basic idea is to read a file from the server and send to client machines. I am using binary reader and binary writer. the problem is , when i am trying to run more than one instance of the client application , there is...more >>

Intercepting Remoting errors hell!!
Posted by Rene at 9/1/2005 7:01:53 PM
If an error is thrown in my remoted dlls while the dlls are running in the localhost IIS the error is sent back to may application correctly, but if I run the exact same thing and throw the exact same error on another server the remoting error that I get back is ALWAYS "System.Runtime.Remoti...more >>



pause remoting
Posted by ianic at 9/1/2005 8:49:41 AM
Is there a way to pause remoting for a few seconds. Maybe with unregister and then register channel. Does it works? I have windows service as a remoting server and many clients. The server occansionally runs out of memory because of pinned objects caused by remoting. One solution is to s...more >>


DevelopmentNow Blog