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 2006 > threads for september 8 - 14, 2006

Filter by week: 1 2 3 4 5

The underlying connection was closed: Unable to connect to the remote server
Posted by Eric Friedlingstein (Synapsis) at 9/14/2006 4:25:30 PM
Hi ! - I have a winform application connecting to a remote object hosted in iis 6. I used a 'soap' formatter. - My IIS is reacheable from the internet on an address like http://www.myserver.com/myserver/myobject.soap - There is no proxy. - There is no firewall and the IIS box is part of a ...more >>


.NET Remoting in Windows Service
Posted by Lammert at 9/14/2006 5:42:14 AM
Good afternoon, I've create a Windows Service application. The Windows Service is the "server" for .NET Remoting. I use VB.NET 2.0. Information about Windows Service application: Account: Localsystem OS: Windows 2000 When I install the Windows Service application at the same computer as ...more >>

server auto-identification of the clients after authenfication
Posted by baramuse NO[at]SPAM gmail.com at 9/14/2006 1:50:43 AM
Hi all, before starting I must say that I'm a remoting beginner so I certainly didn't assimilate all the tricks of remoting so please be kind ;) Now here is my interrogation: I'm working on a client/server architecture for a callcenter software. The server is the only one connected to the o...more >>

Remoting IPCChannel security with Service
Posted by Grant Schenck at 9/13/2006 12:12:45 PM
I have a simple remoting sample using IPCChannel. If I run the server code as a console app my client can connect just fine. However, if I the same server code runs in a service, the client gets a RemotingException of "Failed to connect to an IPC Port: Access is denied". The Access is den...more >>

Getting at Service object from remoted object?
Posted by Grant Schenck at 9/13/2006 8:41:07 AM
Hello, I have a Windows Service developed in C# .NET. I'm making it a remote server and I can, via an IPC Channel, expose methods on an object and call them from a client. However, I now want my remoted object to be able to invoke a method on my server object and given that the object is b...more >>

SecurityExcepion inside DLL linked in an HTML tag OBJECT
Posted by Lambuz at 9/11/2006 6:01:38 AM
Hi there, I've got this strange problem. I've created a library of some assemblies and one of these (webclient.dll) is linked inside an html tag object by using this sintax: <OBJECT id="myID" classid="http:WebClient.dll#namespace.WebClientClass" /> The assembly is correctly loaded insid...more >>

Singleton or Single Call
Posted by Amy L at 9/9/2006 7:42:07 PM
Can someone please explain the difference between using single call or singleton remoting object? When do you use one over the other. I am working on a remoting setup where I will have hundreds of clients at a single time hitting the server. All the clients pass is a string and get an int...more >>

Is it possible to use remoting server developed in .NET 2005 having binary formatter from VB6 ?
Posted by Jigar Mehta at 9/8/2006 6:43:35 AM
Hi, I have the remoting server having binary formatter (NOT SOAP) which is developed in .NET 2005 (as windows service) and having shared interface mechanism between server and the client. I want to get that remoting server to be accessible from VB 6.0 client. Is that possible? ...more >>



Anyone konw a good pattern for testing remoting connectivity or object?
Posted by Sean F. Aitken at 9/8/2006 5:32:17 AM
Good morning, Taking into consideration that Activator.GetObject(...) doesn't immediately attempt to contact the remote server until the first member is accessed, I was looking for a clean approach for testing remote connectivity after making the call to Activator.GetObject(...). Realisticall...more >>


DevelopmentNow Blog