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

Filter by week: 1 2 3 4 5

Remoting using large library
Posted by tjfdownsouth at 9/28/2005 8:09:02 PM
I may have missed something but going through the remoting examples I have to call out each function I would like to call in a config file. I need to place a large library with many functions on another server and call it from a desktop client. Having the server process the functions is the ...more >>


Error: "no connection could be made because the target machine actively refused it"
Posted by Cos at 9/28/2005 5:29:34 PM
Hello there, I've been playing with a very simple remotng example (code from an article at http://www.codeproject.com/csharp/absoluteremoting.asp ). Well, it builds OK, but when I run the simple client project I get: "no connection could be made because the target machine actively refused...more >>

How can one remote a thread-bound MarshalByRefObject
Posted by Bern McCarty at 9/28/2005 7:13:31 AM
I have a MarshalByRefObject instance that I dynamically publish on my server. This server object is thread-bound and its methods can only be called on a particular thread. My client can access this object successfully, but I find in my server process that the object's methods are being inv...more >>

How to check if remoting server is running?
Posted by Nicolas at 9/27/2005 8:49:47 AM
Hi, I have a question concerning .NET Remoting. I walked through a couple of examples in books and on the internet concerning .NET Remoting and in every code sample I find the following code fragment: SharedObject = (SharedObject) Activator.GetObject(typeof(SharedObject), "tcp://localhost:...more >>

How to set customErrors mode = Off programticaly
Posted by Roy Chastain at 9/26/2005 9:34:45 AM
I have a client and a server that do not have .config files. I have managed to set all settings programmatically until now. I need to set customErrors mode=Off. Anyone know how? Thanks ------------------------------------------- Roy Chastain KMSYS Worldwide, Inc. http://www.kmsys.com...more >>

Short .net remoting calls and bad performance
Posted by apoc69 NO[at]SPAM gmx.net at 9/26/2005 3:10:43 AM
hi all, in my distributed application i have the problem that i send many short ..net remoting calls which are leading to a bad performance. i already use remoting over tcp and the binary formater. so, is there a way for example to send client-requests/calls delayed to the remoting server? ...more >>

What permissions does a remoting server need?
Posted by Rob Richardson at 9/23/2005 8:41:25 AM
Greetings! The meat of my application is contained in a Windows service written in C# and exposing methods through .Net Remoting. The user interface is written in FoxPro, communicating with a COM object written in C# that resides on the client. The COM object uses remoting to talk to the ser...more >>

ASP.NET + Remoting
Posted by Brad Quinn at 9/23/2005 8:26:03 AM
Sorry for the double post, but I don't know if this is a remoting or ASP.NET problem. I have a WebApplication that uses tcp/binary remoting to communicate with remote objects hosted by a Windows Service on another machine. The WebApplication takes an XML post (~200K) and turns that into ab...more >>



IIS Timeout
Posted by Rob Morgan at 9/22/2005 11:24:15 AM
Hi, I'm trying to figure out why I'm getting this error and what alternatives I have to fix it. The underlying connection was closed: An unexpected error occurred on a receive... I'm running a schedule tasks that kicks off a console window. Then, using remoting , this calls a method on...more >>

Multiple host
Posted by Ravindra Deuskar at 9/22/2005 10:52:10 AM
Hi, My name is Ravi. I am developing a application which requires two exes refering same remote object. Unlike a single host running a remote object. Which ever exe starts first should host the remote object. Is this possible? Ravi. ...more >>


DevelopmentNow Blog