Greetings,
I'm testing VisualCron on a trial basis, and am running into trouble trying to create a task that will run an SSIS package. Inside this package, we execute a Execute SQL Task to truncate a table, and then load the table. However, when I setup the task in VC, and run it, I get the following error:
Number of errors: 1
Error (0):The Execute method on the task returned error code 0x80131621 (Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.). The Execute method must succeed, and indicate the result using an "out" parameter.
If I remove the Execute SQL Task, then the package succeeds, so I have a strong feeling the problem is with that one SSIS task. Any thoughts?
Thanks!
Nick
Edited by moderator
2015-02-13T21:58:48Z
|
Reason: Not specified