When I try to compile code on VS 2005 and it fails, the line which causes the error gets underlined blue, and mouse-hovering over it displays the error message. Fine, but you can't see object types or whatever, because Intellisense will show the error message, and not object info.
In this image, I wanted to see what type DateTime.Subtract() returns, but VS insists on showing the error message:

Does anyone know how to get the error message out of the way, once you've got enough of it?
