473,405 Members | 2,279 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

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
Dec 24 '05 #1
4 1347
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
news:#Y**************@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/su...l/default.aspx

--
Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/
Dec 24 '05 #2
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.

Dec 24 '05 #3
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

"Chris R. Timmons" <crtimmons@X_NOSPAM_Xcrtimmonsinc.com> wrote in message
news:Xn*********************************@207.46.24 8.16...
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
news:#Y**************@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/su...l/default.aspx

--
Hope this helps.

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/

Dec 24 '05 #4
Thanks. I need that and I've got it loaded right now...

<%= Clinton Gallagher

"Jim Cheshire" <no*****@none.com> wrote in message
news:%2***************@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.

Dec 24 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Davy | last post by:
Hi all, I use VC and gcc/gdb to compile and debug C/C++ files. But I found some of the debug version of the compiled files are too large to be run in a small RAM. Can I compile C/C++ Debug...
8
by: Davy | last post by:
Hi all, I use VC and gcc/gdb to compile and debug C/C++ files. But I found some of the debug version of the compiled files are too large to be run in a small RAM. Can I compile C/C++ Debug...
9
by: dee | last post by:
Hi I'm about to upload my site and I have switched to release version. Is that enough or do I still need to disable <compilation defaultLanguage="vb" debug="true" /> the debug="true" in the .pdb...
3
by: André | last post by:
Hi, I put that question already, but it's still not very clear to me, so ... Assume following option in web.config= debug="false" but in one aspx page (test.aspx) <%@ debug="true" ..%>
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.