Visual Studio 2017 SSDT add reference to script

2020-02-16 03:31发布

问题:

I am new using SSIS and want to create a script to connect to a Mongo DB, for this purpose I am trying to add a reference to a MongoDB driver as explained here

Unfortunately I don't see a way to do so, in the solution explorer, there is no Reference node

Could you please point how to add a reference to my script in this project?

回答1:

After trying different solutions I tried the following:

  1. Uninstall SSDT and Reboot
  2. Downloaded this version 15.8.2 from here
  3. Install SSDT selecting my version of Visual Studio

and finally it worked:

Followed some of the steps explained here.