|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How do I debug this...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
Show quote
Hide quote
"clintonG" <csgallag***@REMOVETHISTEXTmetromilwaukee.com> wrote in Clinton,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 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 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/ clintonG wrote:
> After upgrading from Beta 2 to 2.0 an application and iterative Clinton,> 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? > 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. 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. > > >
Other interesting topics
named anchor
Embedding an image in the html? Server.Transfer Does Not Invoke IsPostBack in .NET Framework 1.1 CodeBehind File not getting executed Application-wide Help: Javascript for checking user HtmlImage and asp:Image servent onclick event Ridiculously Slow SqlServer2005 Sorting? Protecting files .aspx / .ascx in Visual Studio 2005 |
|||||||||||||||||||||||