Firstly I'm new to this segment of SSIS.
I installed LinqToExcel via NuGet and it installs without any errors and builds code without errors. When I close the script task and run the package, it errors out.
When I go into the task it tells me:
Error 1 The type or namespace name 'LinqToExcel' could not be found (are you missing a using directive or an assembly reference?) C:\Users\rbaker\AppData\Local\Temp\Vsta\SSIS_ST110\Vstad_qPoA0KfUWEZIzHIiXSiA\VstaQ4Oa6ZSBuU2GsGZFjuGlnA\ScriptMain.cs 6 7 ST_f0d6822b1b2e4b77b311f38707c40306
Under the reference tab assigned to the LinqToExcel it shows yellow triangles.
Any ideas how I can resolve this?