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 > august 2006 > threads for august 29 - 31, 2006

Filter by week: 1 2 3 4 5

Object must implement IConvertible
Posted by Rich Wood at 8/31/2006 11:15:01 AM
I am using remoting to pass data from a server to a client (or clients). It has worked really well until we had some DNS problems yesterday. Now I am getting an InvalidCastException with the message "Object must implement IConvertible". The strange thing is that I'm only getting this message ...more >>


Document Managment
Posted by Jeff Mason at 8/31/2006 9:16:20 AM
I hope I can get some advice on a design/technology question here. The app is a medical claims case management system. It is written in VB.NET and it works great. It is a Winforms app primarily; there is a web component, but that is not relevant to this discussion. A new requirement has re...more >>

CallContext get dropped with Delegate Call?
Posted by Spam Catcher at 8/31/2006 12:00:00 AM
Hi all, Are CallContexts dropped when using using Delegate calls? On the server side: Dim _SetStateDelegate As SetStateDelegate = New SetStateDelegate(AddressOf GetClient(_UserID).WebDialer.SetState) _SetStateDelegate.BeginInvoke(_EndState, _DialItem, Nothing, N...more >>

Remoting - Server Object in a Windows Service
Posted by SC at 8/30/2006 2:50:32 PM
I'm new to remoting and was hoping that someone could help me out. I've followed along with the examples in the Remoting Bible (Rammer) - he like others, for simplicity always seems to create their server processes as a console application. I've created this and everything works as advertise...more >>

ChannelServices.RegisterChannel - urgent
Posted by Balaji Narayanan at 8/30/2006 5:27:01 AM
I have a .net application migrated from 2003 to 2005.In the new version 2005 of .net,a new parameter has been introduced for this method which is a boolean param named "ensure security".Please tell me the impact of this parameter when it is set to true ,also any Suggestions in this regard woul...more >>

WMI and checking database connections
Posted by cdsingh NO[at]SPAM gmail.com at 8/29/2006 4:26:35 PM
hello everybody Today itself I started looking at WMI and its wonders. I am trying to look for a way to see how many active sql connections made by an application to some specific sql server. 2) How many active connections exist on the sql server. Is it possible??? please help ...more >>

How do client and server access same instance of a remote object?
Posted by Kürþat at 8/29/2006 12:00:00 AM
Hi all, I have a remote object, a client application and a remote host application. I can access remote object from client but I want host application to use same instance of the object. How can I implement this one instance two reference approach. thanks in advance. ...more >>

Is it possible to use a Form method as callback method?
Posted by Kürþat at 8/29/2006 12:00:00 AM
Hi all, I know that callback methods should be members of MarshalByRefObject derivative classes. A windows Form already derives from Form class and multiple inheritance is not accepted. So a form can not derives from MarshalByRefObject. Well, but how does a remote object call back a form ...more >>




DevelopmentNow Blog