Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS
description
Running on SQL 2008 EE x64, I find the next execption when try to running the same package that runs without problems on SQL 2005 SE x64
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.SqlServer.ManagedDTS, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
File name: 'Microsoft.SqlServer.ManagedDTS, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at DTLoggedExec.Program.Main(String[] args)
DTLoggedExec doesn't run on SQL 2008?