With a problem like this, the best approach is to step through it in Visual
Studio, since low memory situations are difficult to debug by attaching to
existing processes -- F5 to run to a breakpoint near where you think the
problem must occur, and then start stepping. (I'm assuming that you wrote
the calculator program, or at least have access to the code. If not,
you'll need to drag in the calculator code's author in to look at it, since
otherwise you can't grok what's going on unless you enjoy analyzing reams
of IL code :-)).
The web page
http://msdn.microsoft.com/library/de...us/vsdebug/htm
l/vxoriDebuggingManagedCode.asp contains a number of articles of how to
debug through managed code (such as VB code). Check it out and see if any
of it helps.
If it doesn't help, post another response and let me know, and I'll be
happy to suggest some pointers. (When you say "novice," do you mean you
are new to the VB programming language and new to debugging in general? If
so, please indicate that, and I'll tailor my comments to address that
angle.)
--Matt--*
--------------------
> From: John Knapp <(E-Mail Removed)>
> References: <(E-Mail Removed)>
> X-Newsreader: AspNNTP 1.50 (ActionJackson.com)
> Subject: RE: Debugging a run program in VB
> Mime-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> Message-ID: <(E-Mail Removed)>
> Newsgroups: microsoft.public.dotnet.languages.vb
> Date: Fri, 05 Sep 2003 07:16:59 -0700
> NNTP-Posting-Host: actionjackson133.dsl.frii.net 216.17.147.133
> Lines: 1
> Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
> Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:134682
> X-Tomcat-NG: microsoft.public.dotnet.languages.vb
>
> Hi Matt,
>
> Thanks for the recommandation for my problem, but I am pretty much as a
> novice in interrupting computer language. Are there ways that I can
> find this problem by going through the menu or toolbar paths of my VB,
> or should try going through the start menu. If so, what paths do you
> consider I should go down. Thanks.
>
> John
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
>