I have a C# test console app that uses the REST API SDK . It works fine.
I copied the code to a script task within SSIS and now I get the error "Exception has been thrown by the target of an invocation". All I am doing at this point is getting a new UsersContext.
Has anyone successfully called the REST API from SSIS using the SDK?