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 > july 2003 > threads for july 1 - 7, 2003

Filter by week: 1 2 3 4 5

2 Remoting Scalability Questions
Posted by John Smith at 7/7/2003 8:21:21 PM
Hi, Hope someone can help me answer these two questions on remoting, and the impact to scalablity and management of remoted objects: 1)It seems that you always have to write some sort of listener on the server side, whether it's a service, console app, etc. to invoke objects on the ser...more >>


Handling System._ComObject
Posted by Varun Singal at 7/7/2003 7:35:03 PM
Hi I am calling .NET components from my Classical ASPs. For this I strong named my assemblies, then registered them in the resistry ( using RegAsm), and put them in GAC (using GacUtil) . Everything worked fine and my ASPs were able to call and use them. The problem comes when my ASP code as...more >>

ContextBound Objects
Posted by Dr at 7/7/2003 5:08:06 AM
How far is this true that Context Attributes are very likely going to disappear in a future version of framework ? Based on MSDN Article http://msdn.microsoft.com/msdnmag/issues/02/03/AOP/AOP.asp we were planning to adopt this pattern in a very small scale. My colleague checked up with oth...more >>

How to access HttpContext.Current in Remote Object
Posted by dhananjayak NO[at]SPAM yahoo.com at 7/7/2003 3:31:44 AM
Hi, Anyone know how to access HttpContext.Current object in Remote Object as I am getting null for HttpContext.Current. Thanks in advance. Regards, K.Dhananjaya...more >>

Why can't my remoting application locate the config file when run as a Windows Service
Posted by BillGates at 7/5/2003 8:13:32 AM
I have an Remoting application that I am attempting to run as a Windows Service. At OnStart, it attempts to initialize itself via the WBChannelSvc.exe.config, which is in the bin file. However, it throws an error saying it can't find the config file and thus failed to start. I am not sure what...more >>

Firing an event from remote objects
Posted by Dennis Mayores at 7/4/2003 2:00:30 PM
Hello guys, How can I fire an event from a remote objects? I'm using singleton for all my objects and if i try to fire an event using delegate function, it gives an error. Please help. Thanks, Dennis ...more >>

Two http Channels
Posted by Stephan Moeller at 7/4/2003 2:23:28 AM
Hi, I=B4m writing a distributed application, where the client could by a server and the server could be the client. So both appliactions have distributed methods. Now I tried to open two http channels on each computer and got an exception in the second line: HttpChannel channel =3D new HttpC...more >>

Mysterious remoting problem
Posted by Lars Olsson at 7/3/2003 5:33:56 PM
We have the following problem: A remote object holds an instance of a collection filled with objects of a simple class that we have defined. For persistance, we wish to save and restore this collection to/from disk with serialization. This is what works: *Clients can access the collection,...more >>



Application Center/ .NET Load Balancing / .NET Remotng
Posted by Lindsay Keith at 7/3/2003 12:04:39 PM
Application Center (amongst other things) provides a load balancing solution for COM+ based components. The Microsoft Road map for Application Center suggests that AC2K is being phased out and replaced by functionality built into the next generation of Windows Server (BlackComb). The questi...more >>

Unregistering Wellknown Client Types
Posted by Rajinder Singh at 7/2/2003 6:52:48 PM
Hi: I have a Windows Service that is written in C#. It reads remoting configuration from its config file. This service hosts clients for wellknown objects that are hosted on another server. Whenever the remoting configuration changes I have to restart the service. I am trying to enhance thi...more >>

Going Nuts !! System.InvalidCastException with remoting on soapsuds
Posted by Rutger Hemrika at 7/2/2003 4:53:15 PM
Hi all, I had my remoting application up and running but then the generated proxy refused functioning. Why oh why !! What is going on ? I have found some informatio on the net and in "Advanced Remoting" bij Igno and " Distributed .NET programming" by Barnaby but none will solve my problem....more >>

Remoting ArrayList creates a copy?
Posted by Aaron Roberts at 7/1/2003 11:39:20 AM
I have a remoted object which contains an ArrayList. I also have a local ArrayList. When I set the remoted list = to my local one, its fine. When I start adding or removing objects from the local list, the list in the remoted object never changes. What gives? I also noticed that if I were...more >>


DevelopmentNow Blog