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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|