I keep getting a "System InvalidOperationException occurred in System Windows Forms dll" error in VB
- by Heartrent
I've just started learning VB.NET with VS 9.0; a small application I'm working on keeps returning an "A first chance exception of type System InvalidOperationException occurred in System Windows Forms dll" error from the Immediate Window.
The application has almost zero functionality so far, it consists of a menu strip with:
File About
|Open
…