Re: Debug Remotable Object
- From: victor <victor@xxxxxxxxxxxxx>
- Date: Wed, 03 May 2006 17:18:56 +0200
Nicolas, thanks for responding.
About my project: it's indeed like you described, one solution,
containing all three modules: server-client-remotable object.
One thing *is* different: the way I registered the object created by
the server: I did use the following >
objRef refCourier = RemotingServices.Marshal(remoteCourier, "Courier")
instead of the 'usual' WKO-Singleton. This is because I need the
Server to use the object itself too (instead of just doing an expose).
Hope this explain something to you.
greetz, victor
On 3 May 2006 07:39:13 -0700, "Nicolas Bouchard"
<nicolas.bouchard@xxxxxxxxx> wrote:
Hi Victor,
when you're talking about remotable objects, you're referencing your
object derived from MarshalByRefObject?
I usually create only one solution containing everything. When you
right click on your solution item you can specify which project to
start (multiple projects), I start my client application and my server
application, both in debug. I can place breakpoints in my remote object
without problem. Usually, I create singleton object, maybe that may be
different, but I don't think it matters much.
How your solution/projects are configured ?
Nicolas
.
- Follow-Ups:
- Re: Debug Remotable Object
- From: Nicolas Bouchard
- Re: Debug Remotable Object
- References:
- Debug Remotable Object
- From: victor
- Re: Debug Remotable Object
- From: Nicolas Bouchard
- Debug Remotable Object
- Prev by Date: Re: How to Pass Object to Server?
- Next by Date: Re: Debug Remotable Object
- Previous by thread: Re: Debug Remotable Object
- Next by thread: Re: Debug Remotable Object
- Index(es):
Relevant Pages
|
Loading