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 > 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 >>



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 >>


DevelopmentNow Blog