I have a ForEach Loop Container that is supposed to iterate through the records in an Ado Enumerator. The Enumberation mode = Rows in the first table.
I built a Script Task to write a MessageBox for each iteration. It only shows the message for the 1st iteration. After that it hangs.
I tried building the solution and running the package and it works fine. But in the development/design realm it still hangs.
Is that how it's supposed to work in the design mode? How can I test things downstream of the Foreach container if it's going to hang when I debug it?