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 2005 > threads for june 29 - 30, 2005

Filter by week: 1 2 3 4 5

CanDeserialize() implementation details
Posted by rb531 at 6/30/2005 3:58:03 PM
Hi, I have a question regarding CanDeserialize(). How does it work? Any idea? will it parse the entire xml before deciding whether it can be deserialized? Any input is appreciated. thank you, ...more >>


Remoted object reference dies unexpectedly
Posted by compurhythms NO[at]SPAM gmail.com at 6/30/2005 10:10:45 AM
've got a client app that communicates to a server EXE via Remoting (TCP/Binary Serializer). Most of the time things work just smashingly except that at seemingly random times a call to the server process will fail with the following exception: "... RemotingException: Requested Service not fo...more >>

C# addins for Office using Remoting
Posted by Mihaela Barbu via DotNetMonster.com at 6/30/2005 12:00:00 AM
I hope this is the right thread. I have created an addin in C# for Office for an application...it work fine on system that have installed the .Net Framework....but on systems that don't have the Framework installed the toolbar that I have created in the Addin just won't appear.... can anyone...more >>

remoting error
Posted by AVL at 6/29/2005 10:41:03 PM
Hi, I'm getting the following message.when trying to connect to the server from my client... "No connection could be made as the server refused it". Here is my serverside code.. TcpServerChannel tcp1 = new TcpServerChannel(49157); ChannelServices.RegisterChannel(tcp1); Remotin...more >>

Attaching to multiple servers with one application
Posted by Roy Chastain at 6/29/2005 3:21:14 PM
I have a service that provides a singleton SAO. I can be running this service on more than one system at a time. I have an application that attempts to use the singleton via remoting. The idea was that this application could connect to more than one instance (machine) of the service at one time....more >>

Error Using Remoting, System.OutOfMemoryException anyone ever seen this?
Posted by Microsoft News at 6/29/2005 9:38:09 AM
Greetings, I am working on a remoting project and have hit one road block after another. I am sure it is because I do not know everything about remoting. My latest problem is that I finally got the remoting to work they way I want. I have a window service setup on my server, it is exposi...more >>

Remoting : Connection over internet
Posted by Venkat at 6/29/2005 3:50:40 AM
We are implementing Remoting with an Http Channel. We are running a Windows Client Application which accesses remote objects hosted in IIS. This Server is accessible over the local network using a local IP as well as over the internet using an external real IP. When accessed over the intr...more >>

Remoting that doesn't work on Windows XP SP2
Posted by jondon at 6/29/2005 12:00:00 AM
I recently moved to Windows XP SP2 and one of my projects is involving remoting. I'm using standart technology for this - tcp channel on port 8080 and binary formating. Now i can't run my project - it freezes between times when i step over the romoting calls. After long waiting something to ha...more >>




DevelopmentNow Blog