Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How do I debug this...

Reply
Thread Tools

How do I debug this...

 
 
clintonG
Guest
Posts: n/a
 
      12-24-2005
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


 
Reply With Quote
 
 
 
 
Chris R. Timmons
Guest
Posts: n/a
 
      12-24-2005
"clintonG" <> wrote in
news:#:

> 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/
 
Reply With Quote
 
 
 
 
Jim Cheshire
Guest
Posts: n/a
 
      12-24-2005
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.



 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      12-24-2005
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:Xns97365952EF5Ecrtimmonscrtimmonsin@207.46.24 8.16...
> "clintonG" <> wrote in
> news:#:
>
>> 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/



 
Reply With Quote
 
clintonG
Guest
Posts: n/a
 
      12-24-2005
Thanks. I need that and I've got it loaded right now...

<%= Clinton Gallagher

"Jim Cheshire" <> wrote in message
news:%...
> 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.
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
netvmini.sys still not working on Windows 7 even after driver signing disabled ?! (Windows debug mode necessary for debug drivers ???) Skybuck Flying Windows 64bit 3 08-09-2009 05:54 AM
debug="false" in web.config and <%@ debug="true" ...%> in aspx file => true or false? André ASP .Net 3 08-28-2006 12:02 PM
Config Mgr Debug/Release and Web.config Compilation debug=true RonL ASP .Net 0 04-08-2006 03:50 PM
Debug (DLL MFC) -> Debug (Static MFC) ringos75 C++ 0 04-14-2005 01:50 PM
[Howto] Compiling debug Python extensions for non-debug Python Mike C. Fletcher Python 3 10-12-2003 09:37 PM



Advertisments