0

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

DanielV
  • 2,076
  • 2
  • 40
  • 61
  • I have seen that there is an issue with this feature [here](https://developercommunity.visualstudio.com/content/problem/104379/ssis-script-task-edit-script-not-working.html) – DanielV May 08 '19 at 09:32

1 Answers1

0

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.

DanielV
  • 2,076
  • 2
  • 40
  • 61