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

Filter by week: 1 2 3 4 5

Excel and .Net remoting
Posted by venky at 6/14/2006 2:53:08 PM
Hello, I have a C# program in which i need to read the data from the excel file which is in network folder. The openign the excel file and reading the data everything works fine with Excel class and other objects. Only thing is there way to notify my application if the Excel files get modifi...more >>

Remoting stopped working
Posted by Bram at 6/14/2006 2:12:19 AM
Hello everyone, I've been using .NET remoting to publish an object that exposes several methods and events. however, it does not work. I can use Activator.GetObject to create the object but when I try listen to an event the program locks up. This is the code I use to connect: MonitorIPC ipc...more >>

Unregister Remoting Client (RegisterWellKnownClientType)
Posted by Steve, Putman at 6/13/2006 2:16:46 PM
Hi Guys, I am using the below code to register client dll to use remoting. System.Runtime.Remoting.RemotingConfiguration.RegisterWellKnownClientType(GetType(Project.Class), "tcp://ServerName:7000/Project.Class") This works great. But, Is there any way to unregister it after I register it, we...more >>

How to detect Client/Server disconnect
Posted by Lancelot NO[at]SPAM community.nospam at 6/12/2006 8:55:16 AM
Hi, I am working on a project that uses remoting as its primary means to connect a client to a server. I need to be able to figure out, from the server, that we have lost connectivity with the client. I have been looking at the ClientSponsor and ILease, but I fail to see how the se...more >>

Sharing data between boundaries.
Posted by Tommaso Caldarola at 6/10/2006 12:00:00 AM
General speaking, I don't like the idea to send IdUser (current connected user) between server and client. Now I'm using Remoting.CallContext to share data between boundaries. Is there a better / secure way to share "sensible" data? -- Inviato da X-Privat.Org - Registrazione gratuita...more >>

Serializing GIF,PNG
Posted by victor at 6/8/2006 3:57:41 PM
Hi, In my Remoting app (TCP channel) I fetch an image from a remote machine. This goes OK for JPG files. When I asked for a GIF or PNG, it crashes with an exception msg: " Server encountered an internal error. For more information, turn on customErrors in the server's .config file" -- (I don't ...more >>

Dead remote objects in a hashtable
Posted by dave.rafkind NO[at]SPAM gmail.com at 6/8/2006 10:42:45 AM
Hello, this might be a simple problem but I can't seem to find a straightforward answer: If I get a local handle (proxy) to a remote object, and then use it as a key in a local hashtable, how can I react when the remote object dies ungracefully? I assume that I can't use MyDeadRemoteObject.Ge...more >>

Found two different objects associated with the same URI
Posted by sbparsons at 6/8/2006 4:26:01 AM
I have a server Singleton running as a service. I also have a client connectiing through IPC to the server. The client responds to the 'service shutting down' event by attempting to reconnect to the server every 10 seconds. If the service restarts after the first client re-connect attempt an...more >>




DevelopmentNow Blog