See complete tooltip error message for Data Flow SSIS element in Visual Studio

dataflow-diagram, ssis, visual-studio, visual-studio-2008

Solution

The message will show in full form in the Error List window. Turn it on via View | Error List, or Ctrl-\ then Ctrl-E. Make sure that `Warnings` is selected as shown here:

Problem

One of the elements in my SSIS data flow diagram shows an error in the tooltip when I hover the cursor over it. Where can I see the full text of this error message? The element that displays this tooltip is the one labeled "Specs". I'm using Microsoft Visual Studio 2008.

Original source