I\'m trying to deploy a DACPAC to LocalDB 2012 but it\'s just not having it:
Stack trace is as follows:
================================== Could not
I had the same problem and it was fixed by changing the executable folder from "C:\program files (x86)\Microsoft Sql Server\110\DAC\bin" to "C:\program files (x86)\Microsoft Sql Server\120\DAC\bin"
Thanks, Chandana