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
all groups > dotnet remoting > august 2007

Remoting and Citrix / Terminal Servers
Posted by Jayme.Pechan at 8/30/2007 11:06:51 AM
I have an application that registers as a remoting server and runs in the system tray. Then I have utilities that connect with the server and make calls. This is analygous to out-of-process DCOM from the old days. My question is that because remoting uses TCP or similar protocol, will the ...more >>


Deployment of Remoting Application
Posted by William at 8/28/2007 9:57:24 PM
Hi I've developed a remoting application that uses a TCP channel with a Binary formatter. The server side is a Windows Service that is on the same server as the database. When I deploy the server part, I usually create a user account on the server that the clients use to connect with (the c...more >>

Slow Remoting
Posted by William at 8/28/2007 8:25:05 PM
Hi I've developed a remoting application that uses a TCP channel with a Binary formatter. The server side is a Windows Service that is on the same server as the database. The service hosts Singleton components under one port and the same components (gave them different remote names though)...more >>

return from server only works for built-in types
Posted by Jakob E. Madsen at 8/27/2007 1:44:02 PM
The _r.Execute Method always works, no problem (see below). But when I call _r.GetStatistics() the client fails with the exception shown below. It all works if I run the client and the server on the same network, but the GetStatistics fails when client and server is on different networks. I ...more >>

CPU at 50%
Posted by eusebiu at 8/24/2007 8:07:23 AM
Hello... I have a web application that is calling a method from a web service. This webservice has a class that is a client class in a remoting scenario. The problem is that, after the remote server responds to the client's(the web service) request and the web method returns a value(true/fals...more >>

Catch Errors in Windows Service
Posted by Webbert at 8/20/2007 6:24:02 AM
I've been thrown into a remoting production issue and am looking for some insight as I have never done remoting before. There is a Windows Service that creates a TcpChannel and everything works fine for some undeterminate amount of time and then it would appear as the channel just stops han...more >>

SAO Singleton - Multiple Instances?
Posted by Krip at 8/9/2007 5:17:51 PM
I've got a server activated object (SAO), in singleton mode (hosted in a server Console application on same machine as client). On the client, I can instantiate serveral instances via Activator.CreateInstance, and each instance maintains its own state correctly (via properties on the object)....more >>

GetLifetimeService Error in MMC SnapIn which uses web service
Posted by addam.kolodziej NO[at]SPAM gmail.com at 8/8/2007 7:02:59 AM
How can I increase lease time and where - in SnapIn or on server site? I have a SnapIn that uses web service methods to work with DB and always got GetLifetimeService error when some form is not used for a minute or two. Thanks for all comments, regards Adam ...more >>



Determine Homepage content change
Posted by Macneed at 8/5/2007 12:00:00 AM
I want to write a c# code to determine if the homepage content was change, and further, i will write the code to show what is changed, but if the homepage is write by asp or something else, (e.g. livescore.com here) i can't get the real homepage content by the following code, what can i do? ...more >>

20 seconds before socket is closed.
Posted by Justin__Barnes NO[at]SPAM Hotmail.Com at 8/3/2007 8:19:59 AM
I've been asked to find out why it takes 20 seconds before the socket is closed after a call to a SAO singleton or singlecall object. Is it possible to change this idle time figure? ...more >>

Serialization will not deserialize delegates to non-public methods [HOWTO FIND DELEGATE]
Posted by Martijn B at 8/2/2007 4:38:10 AM
Hi there, I've been put on a problem where i've got the fix the following issue: System.Runtime.Serialization.SerializationException: Serialization will not deserialize delegates to non-public methods. at System.DelegateSerializationHolder.GetDelegate(DelegateEntry de) at System.DelegateS...more >>


DevelopmentNow Blog