Search code examples
visual-studio-2017sql-server-data-toolsssis-2017add-references-dialog

Visual Studio 2017 SSDT add reference to script


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


Solution

  • 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.