Thrown Exception

  • Thread starter Thread starter Steve Hord
  • Start date Start date
S

Steve Hord

Has anyone seen the following behavior in VB.NET: when I attempt to add a textbox to a form I receive a popup stating, "External component has thrown an exception.", and the textbox never appears on the form. I can add a Rich Textbox however, with no problem. I am using Visual Studio.NET 2002 if this is any help

Thanks in advance
Steve Hord
 
* Steve Hord said:
Has anyone seen the following behavior in VB.NET: when I attempt to
add a textbox to a form I receive a popup stating, "External component
has thrown an exception.", and the textbox never appears on the form. I
can add a Rich Textbox however, with no problem. I am using Visual
Studio.NET 2002 if this is any help.

Do you add the textbox in the IDE or through code? Windows version?
 
So far, just through the IDE. I haven't tried using code to add any of the toolbox objects yet.
 
Back
Top