I am getting the following error message while installing the .NET SDK for azure from https://azure.microsoft.com/en-us/downloads/
How to fix this issue? I have the latest SSDT installed but still having the issue.
I am getting the following error message while installing the .NET SDK for azure from https://azure.microsoft.com/en-us/downloads/
How to fix this issue? I have the latest SSDT installed but still having the issue.
The issue here is that VS2015 installs a core set of SQL Server functionality by default even if the "SQL Server Data Tools" checkbox is not selected during installation. This results in "SQL Server Data Tools" showing as installed even though some components like LocalDB are left out.
In your case you need to modify VS2015 in Add/Remove Programes. This will let you go in and enable this checkbox, which will install LocalDB.