Re: VERY Frustrated
From: Elp (rockfamily_at_REMOVEME.hotmail.com)
Date: 06/02/04
- Next message: Stewart Stevens: "Bandwidth - Your experience?"
- Previous message: Allen Anderson: "Re: Does Marhsall-by-Reference still use a proxy?"
- In reply to: Stark Frost: "VERY Frustrated"
- Next in thread: Stark Frost: "Re: VERY Frustrated"
- Reply: Stark Frost: "Re: VERY Frustrated"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Jun 2004 17:59:09 +0100
"Stark Frost" <projects@dmgstudios.co.za> wrote in message
news:c9kij9$3fr$1@ctb-nnrp2.saix.net...
> Hi there,
>
> Could someone please check out this tutorial and tell me why windows asks
me
> if i want to debug the client program everytime i try to run it (built
> version(exe)).
This means that there has been an unhandeld exception in your application
and that it crashed. This has nothing to do with .NET Remoting (although the
exception may have been caused by your .NET remoting component as well as by
anything else in your application). To solve the problem, compile your
application in Debug mode and run it from Visula Studio (press the F5 key).
When the unhandled exception will be raised, VS will tell you what it is,
the stack trace and if available the line of code that caused the exception.
>From there, you'll be able to find out what's wrong in your code.
Note that with .NET Remoting, both the server and the client application can
run on the same computer (and also on different computer). This means that
you can launch both the server and client app in Debug mode from VS on the
same computer.
- Next message: Stewart Stevens: "Bandwidth - Your experience?"
- Previous message: Allen Anderson: "Re: Does Marhsall-by-Reference still use a proxy?"
- In reply to: Stark Frost: "VERY Frustrated"
- Next in thread: Stark Frost: "Re: VERY Frustrated"
- Reply: Stark Frost: "Re: VERY Frustrated"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|