Cool VB.NET Debugging Feature (The Red Button)
One of the cool features in VB.NET is its Error Helper dialog.
When you have an error or warning in your code VB.NET attempts to figure out what a potential solution to your problem is.
To use this feature you do the following....
Run your mouse over the underline section of the error in the VS.SHELL

Press the red button that shows up...

From the dialog click the solution link....

Boom... Your bug is fixed...