Share via

Script task error on refercing GCP dlls

HARBILAS BAL 1 Reputation point
2021-06-22T14:45:58.423+00:00

Hi,

I am trying to connect to GCP BigQuery in script task using c#. However, I get the error when package is executed.

I have already loading the assemblies explicitly in the code.

108204-image.png

SQL Server Integration Services
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.


1 answer

Sort by: Most helpful
  1. Michael Taylor 61,226 Reputation points
    2021-06-22T14:53:02.12+00:00

    That particular exception has InnerException set. Within the inner exception is the actual error that occurred. You'll need to pick it apart to see what is failing.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.