HI
I am trying to connect to a sql server to execute a SSIS package (a maintenanceplan)
I am getting an exception indicating there might miss an assembly.
Debug path: C:\Program Files (x86)\VisualCron\MSSQL2008\ssis_debug.txt
Running as: NT AUTHORITY\SYSTEM
Arg. count: 1
Deserializing
After deserializing
Deleting file
File deleted
Setting SQL Credential
Executing package
In executing package
Unhandled error occured: System.BadImageFormatException: Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format.
File name: 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.SqlServer.Dts.Runtime.Application..ctor()
at SSISExecute2008.SSIS2008.ExecutePackage(TaskSSISInfoClass task)
at Yhm4hhoYdxbTZ3Orpu.louSCaa5k8JXEEU08B.IrdORY5ou(String[] )
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
Please advice.
Regards
/Klaus