all groups > dotnet remoting > december 2004 > threads for december 29 - 31, 2004
Filter by week: 1 2 3 4 5
Is there a way to enumerate classes(names in string format) from a class library? how to do it?
Posted by Jose Michael Meo R. Barrido at 12/31/2004 7:41:54 PM
Please help! XP SP2 breaks remoting event callbacks
Posted by Mike at 12/31/2004 4:59:23 PM
Hi All,
I am developing an application based on Ingo Rammers sample in Chapter
6 of his book. Basically, I have a service which does some call
control and sends broadcasts to a number of clients by remoting via
events.
This all worked fine before I had an OS problem and I had to rebuild
my P... more >>
How do I send an event from Windows service to a client application
Posted by Trevor Braun at 12/31/2004 2:26:24 PM
I have a Windows service that uses a timer and checks an ODBC datasource for
new sales order every few seconds. When the new sales order is found, I'd
like to notify a client application that the new sales order was detected.
I thought this was going to be fairly simple, but I can't get it to... more >>
Communication with sockets
Posted by nvishnu at 12/31/2004 11:59:51 AM
Hi all,
I am new to sockets and the way .NET implements it. I am trying to develop a
small test app. where a client connects to a server application and server
and sends messages. The server displays it in a WinForm. I am using asynch.
socket calls to achieve that. I have two issues with this.... more >>
How to check if Remoting Server is Active?
Posted by Kannan.V [MCSD.net] at 12/30/2004 11:03:02 PM
hi.....
I have a scenario here.
I have an app which is client server app which communicate each other thro
remoting.
am trying to add another server for logging the user actions.
the user can chose to have logging enabled or disabled.
If the logging is disabled, the log server app is not st... more >>
Bidirectional communications with .NET remoting
Posted by Matt Kosorok at 12/30/2004 10:09:01 AM
I'm getting really close ( thanks to Ken Kolda, you're awesome, dude ).
Here's what I'm trying to do: ( warning, long message here )
I have a remote object that has a public delegate. The host application
uses the following code to publish the remote object:
// serverProvider object
Bin... more >>
Trying to locate a sample
Posted by Glenn L. at 12/29/2004 11:15:45 AM
Does anyone know of a sample that demonstrates two simple Windows Form
applications(not a console app) communicating with each other using
TCPChannel remoting. I just need a simple sample where both client and
server are on the same machine.
Thanks,
Glenn
... more >>
Initiating a TcpChannel with programmatic IDcitionary
Posted by Matt Kosorok at 12/29/2004 9:17:07 AM
I need to be able to set both the port and typeFilterLevel for my remoting
object. Here's my IDictionary code:
IDictionary props = new Hashtable() ;
props["port"] = nTcpPort ;
props["typeFilterLevel"] = "Full" ;
BinaryServerFormatterSinkProvider formatterProvider = new
BinaryServerFormatt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Found two different objects associated with the same URI
Posted by Melissa Lewis at 12/29/2004 7:09:47 AM
Hi,
I'm having a problem with remoting and sponsors. I have a series of CAO
objects for which I have sponsors. Nearly everywhere in the app, this
works just fine--I can leave the app running without doing anything for
hours, and all works well when I come back to it.
However, I have one f... more >>
|