Visual Studio 2017 SSDT add reference to script

711 Views Asked by At

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 enter image description here

Could you please point how to add a reference to my script in this project? enter image description here

1

There are 1 best solutions below

0
DanielV On BEST ANSWER

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 enter image description here

and finally it worked:

vs script

Followed some of the steps explained here.