Home All Groups Group Topic Archive Search About
Author
24 Dec 2005 1:09 AM
clintonG
After upgrading from Beta 2 to 2.0 an application and iterative copies of it
throw a dialog at me which stating "Stack overflow at line: 0" and I have no
idea how to debug this or what changed in 2.0 to cause it to occur.

The dialog is displayed by click events such as selecting the button of a
MultiView control, or selecting the next step button of a Wizard control.

Any ideas how to debug this?

<%= Clinton Gallagher

Author
24 Dec 2005 6:34 AM
Chris R. Timmons
Show quote Hide quote
"clintonG" <csgallag***@REMOVETHISTEXTmetromilwaukee.com> wrote in
news:#Y1UtaCCGHA.2616@TK2MSFTNGP10.phx.gbl:

> After upgrading from Beta 2 to 2.0 an application and iterative
> copies of it throw a dialog at me which stating "Stack overflow
> at line: 0" and I have no idea how to debug this or what changed
> in 2.0 to cause it to occur.
>
> The dialog is displayed by click events such as selecting the
> button of a MultiView control, or selecting the next step button
> of a Wizard control.
>
> Any ideas how to debug this?
>
><%= Clinton Gallagher

Clinton,

I've heard of problems arising from upgrading from a VS Beta to the
RTM version.  Apparently some bits of the Beta get left behind,
causing all kinds of havoc:

http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx

--
Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
Are all your drivers up to date? click for free checkup

Author
24 Dec 2005 5:46 PM
clintonG
Thanks for the tip Chris. I've read through that article and used the
automated tool Microsoft provided rather than the manual process. I'm going
to be reading through Jim Cheshire's blog as he suggests .

<%= Clinton Gallagher

Show quoteHide quote
"Chris R. Timmons" <crtimmons@X_NOSPAM_Xcrtimmonsinc.com> wrote in message
news:Xns97365952EF5Ecrtimmonscrtimmonsin@207.46.248.16...
> "clintonG" <csgallag***@REMOVETHISTEXTmetromilwaukee.com> wrote in
> news:#Y1UtaCCGHA.2616@TK2MSFTNGP10.phx.gbl:
>
>> After upgrading from Beta 2 to 2.0 an application and iterative
>> copies of it throw a dialog at me which stating "Stack overflow
>> at line: 0" and I have no idea how to debug this or what changed
>> in 2.0 to cause it to occur.
>>
>> The dialog is displayed by click events such as selecting the
>> button of a MultiView control, or selecting the next step button
>> of a Wizard control.
>>
>> Any ideas how to debug this?
>>
>><%= Clinton Gallagher
>
> Clinton,
>
> I've heard of problems arising from upgrading from a VS Beta to the
> RTM version.  Apparently some bits of the Beta get left behind,
> causing all kinds of havoc:
>
> http://msdn.microsoft.com/vstudio/support/uninstall/default.aspx
>
> --
> Hope this helps.
>
> Chris.
> -------------
> C.R. Timmons Consulting, Inc.
> http://www.crtimmonsinc.com/
Author
24 Dec 2005 1:27 PM
Jim Cheshire
clintonG wrote:
> After upgrading from Beta 2 to 2.0 an application and iterative
> copies of it throw a dialog at me which stating "Stack overflow at
> line: 0" and I have no idea how to debug this or what changed in 2.0
> to cause it to occur.
> The dialog is displayed by click events such as selecting the button
> of a MultiView control, or selecting the next step button of a Wizard
> control.
> Any ideas how to debug this?
>

Clinton,

The best way to debug a stack overflow is to debug it post-mortem. You might
want to check out my blog, specifically the post on Clarifications on
Debugging.

--
Jim Cheshire
================================
Blog: http://blogs.msdn.com/jamesche

Latest entry: Digging into Objects
Describes the details of digging into
memory usage with the debugger.
Author
24 Dec 2005 5:47 PM
clintonG
Thanks. I need that and I've got it loaded right now...

<%= Clinton Gallagher

Show quoteHide quote
"Jim Cheshire" <noem***@none.com> wrote in message
news:%23Ubs62ICGHA.740@TK2MSFTNGP12.phx.gbl...
> clintonG wrote:
>> After upgrading from Beta 2 to 2.0 an application and iterative
>> copies of it throw a dialog at me which stating "Stack overflow at
>> line: 0" and I have no idea how to debug this or what changed in 2.0
>> to cause it to occur.
>> The dialog is displayed by click events such as selecting the button
>> of a MultiView control, or selecting the next step button of a Wizard
>> control.
>> Any ideas how to debug this?
>>
>
> Clinton,
>
> The best way to debug a stack overflow is to debug it post-mortem. You
> might want to check out my blog, specifically the post on Clarifications
> on Debugging.
>
> --
> Jim Cheshire
> ================================
> Blog: http://blogs.msdn.com/jamesche
>
> Latest entry: Digging into Objects
> Describes the details of digging into
> memory usage with the debugger.
>
>
>

Bookmark and Share