I installed SQL Server 2016 Dev with all items and options (included Client SDK).
But Microsoft.SqlServer.ManagedDTS.dll
is missing.
Where can I find the dll to reference this dll in a VB project?
I installed SQL Server 2016 Dev with all items and options (included Client SDK).
But Microsoft.SqlServer.ManagedDTS.dll
is missing.
Where can I find the dll to reference this dll in a VB project?
I have it in C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS
Underneath that folder, you should see a specific folder for a given SQL Server version. If you go to that child folder, you can get the dll for that specific SQL Server.
Old post, but just had this issue today after uninstalling some old 2008 bits. I had this same complaint from SSIS and what worked for me was to go through the Solution Explorer, right click Microsoft.SqlServer.ManagedDTS --> Properties and change "Specific Version" from True to False. This let it use the installed version.