Cant get ManagedDTS version 15 folder even after installing SSDT for VS 2017

62 Views Asked by At

I want to have SSDT for Visual studio 2017 to work with sql server 2019, so I will get manageddts version 15 at path C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS

I followed offline install specified here https://learn.microsoft.com/en-us/sql/ssdt/previous-releases-of-sql-server-data-tools-ssdt-and-ssdt-bi?view=sql-server-ver16

Installation was successful but it does not create the required version of manageddt. Instead at path C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.SqlServer.ManagedDTS

it created 3 folders v4.0_11.0.0.0__89845dcd8080cc91 v4.0_12.0.0.0__89845dcd8080cc91 v4.0_13.0.0.0__89845dcd8080cc91

but I want v4.0_15.0.0.0__89845dcd8080cc91 which is not being created.

Please help.

0

There are 0 best solutions below