BUG: Creating circular references between UserControls closes Visual Basic .NET without a warning
Dec.17, 2009 in
exception
Symptoms
When you use Visual Basic .NET to create two Windows Control Libraries (UserControls) that have a circular reference between them, and then you try to add one control onto another, the integrated development environment (IDE) may close (crash) without warning.
Resolution
The stack overflow exception is not properly trapped.

Leave a Reply