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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|