I have a very simple SSIS pacakge having 3 containers in the control flow. Each container is explicitly connected by a precedence constraint which evaluation operation is set to constraint only and each has a pre-execute event handler in it. When I run the package from Visual Studio, it works perfect but when I run it from DTExec.exe, it skipped the first container event handler and executes second container directly. And the most weird thing is when I copy that package to another computer, create a new package and paste the content without changing anything, it runs fine. I am having problem with this issues in 2 of my 8 computers. Any idea ?
Thanks