Update target button is disabled after schema comparison

后端 未结 11 1210
一向
一向 2020-12-09 14:37

I have created database project using VS 2012. Once the schema comparison is done, the update target button should be enabled to sync with target.

But it\'s not get

11条回答
  •  醉话见心
    2020-12-09 15:02

    See if you have a "warning" message stating "Cannot generate deployment plan due to an internal error". If so, the Update and Generate Script buttons will be disabled.

    Close Visual Studio, navigate to the folder containing the Database project and remove all (*.dbmdl) files. Then restart Visual Studio, re-run the compare schema at which point the Update button should be enabled.

提交回复
热议问题