I'm trying to get DacFx (latest-v17.1) to work on a machine which has SQL Server 2014 and VS 2013. I tried manually referencing the dll's from the 140/dac/bin folder (I had installed the DacFx17.1 framework) in my console application.
I also tried the below nuget in my solution. https://www.nuget.org/packages/Microsoft.SqlServer.DacFx.x86/140.3652.3
But i get the below error..
Error 18 The type or namespace name 'Dac' does not exist in the namespace 'Microsoft.SqlServer' (are you missing an assembly reference?)
Does this mean I wont be able to use the latest DacFx framework?