Groups | Blog | Home
all groups > vb.net controls > august 2004 >

vb.net controls : IDE crashing, HELP!



Spence
8/8/2004 10:35:16 PM
I've been working on a program that I developed a custom control for.
Suddenly when I attempt to place the control on a form, the IDE crashes with
a stack overflow.

It's obvious(I think) that the problem is the custom control itself yet the
build works without any problems. I've tried putting breakpoints at various
points in the VB code of the control to try and trap the code flow before
the error occurs but none of the breakpoints are stopping the flow.

Does building a sln cause the VB code not to run? If so (or if not) how does
one debug a custom control in this IDE?

Thanks in advance for your help.

Spence


Andy Becker
8/9/2004 8:50:19 AM
[quoted text, click to view]

Probably something in the control's constructor. Some info for you in this
link also:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwinforms/html/designtimedebugging.asp

Best Regards,

Andy

AddThis Social Bookmark Button