DACPAC won't deploy because 'can't connect to server'?

前端 未结 2 704
北荒
北荒 2020-12-19 04:13

I\'m trying to deploy a DACPAC to LocalDB 2012 but it\'s just not having it:

Stack trace is as follows:

==================================

Could not         


        
2条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-19 05:12

    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

提交回复
热议问题