问题
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:
- Uninstall SSDT and Reboot
- Downloaded this version 15.8.2 from here
- Install SSDT selecting my version of Visual Studio
and finally it worked:
Followed some of the steps explained here.
来源:https://stackoverflow.com/questions/56037106/visual-studio-2017-ssdt-add-reference-to-script