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 > april 2006 > threads for april 22 - 28, 2006

Filter by week: 1 2 3 4 5

Problem using Remoting with 2 NICs
Posted by KidO at 4/27/2006 9:49:01 AM
I have a remoting server (Class Factory) running on a PC with 2 NICs. NIC 1 is DHCP, NIC 2 is fixed IP Address. I have clients connecting successfully on NIC 1, but clients connecting to NIC 2 fail when accessing the methods of the inner classes of the Class Factory. For each NIC (IP ...more >>


remote web service error, please help !!
Posted by Mr. Ali Hasan at 4/27/2006 9:31:02 AM
There's a problem in my application that calls a remote web service's method, when it tries to connect to the webservice it displays this error: "The request failed with HTTP status 407: Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the...more >>

Cannot load type: RemotingType, RemotingType
Posted by machcoder at 4/26/2006 8:46:02 PM
I am sure this is just a configuration problem but I can seem to get my very simple remoting sample to work. The error is occuring on the server side when my remoting type is first access by a client. I have exhausted all my patients and resources on this one. Can anybody help? I am using ...more >>

Memory Leak/Problem with Remoting
Posted by HeatherS at 4/26/2006 12:36:02 PM
We are hosting our remoting through windows services. The remote class is basically a data access component. So, in the client application will call the remoting object passing in a stored procedure and its parameters and the function passes back a dataset. The problem is that if you watch...more >>

Windows login to remote server
Posted by Dorte at 4/25/2006 3:56:01 AM
Hi, I have an ASP.NET application where the user can enter an IP address, windows login and password information for remote servers (connected to the same network). The information is stored in a SQL server for different purposes. Before saving the windows login and password information i...more >>

Remoting Question
Posted by Demetri at 4/24/2006 5:01:02 PM
The only way I can ask the question I have is to present an example. Lets say I have a server application (server.exe),that runs unattended of course, and goes out every 20 minutes and gets stock information and holds the info it finds. I have a client app that provides a button that a use...more >>

WinForm in IE - Slow Load Times w/ Interface
Posted by Spam Catcher at 4/24/2006 12:13:53 PM
Hi all, I've added a shared remoting interface to WinForm in IE control. Since adding the DLL, load times have double - it takes ~2 minutes to load. The DLL is 16K and only contains shared interfaces. I checked the Fusion binding log (as well as my own custom logging), initial load takes...more >>

Will This Remoting and Load Balancing Scenario Work?
Posted by Stephen Barrett at 4/24/2006 9:46:50 AM
We currently have an application where we the web application uses .net remoting over the TCP channel with binary formater to contact our BL tier that is hosted in a windows service application. We now have a need for our app to be load balanced. We will have multiple web servers and multi...more >>



How to Pass Object to Server?
Posted by Quin at 4/24/2006 6:41:40 AM
Hi, I'm trying to create a client object and pass it to the server, but this fails on the client side at the point of passing the object, with the following: ++ Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed. ++ Both projects reference each ot...more >>

Passing Object to Server
Posted by Quin at 4/22/2006 2:01:27 PM
I have a client that creates a remoteable server object, "serverobject", and can pass strings. The client creates a "clientobject" to pass to the server, as: serverobject.pass(clientobject) This fails with the following: Because of security restrictions, the type System.Runtime.Remoting...more >>

RealProxy RemotingException Object has been disconnected or does not exist at the server
Posted by Dave Sexton at 4/22/2006 11:57:11 AM
Hi everyone, Using a custom RealProxy implementation the following RemotingException is thrown in Invoke: "Object 'tcp://computername:50/TestServer' has been disconnected or does not exist at the server." or "Object '/{guid}/TestServer' has been disconnected or does not exist at the se...more >>


DevelopmentNow Blog