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