I created a Data flow task, with a simple flow inside.
The script component type is destination.
First I look for some data from my database, then I transform it, and finally insert it to my CRM database.
I'am using Microsoft.Xrm sdks.
Reading the error, it says that I have to make sure there is one class marked with SSISScriptComponentEntryPointAttribute
I confirm that the scriptMain class is already marked
For information, even is the script component is blank, I mean as is when created , without my code, it stills giving the same error.
And I don't have any build or analysis error