Analyzing database schema takes hours

前端 未结 10 1835
星月不相逢
星月不相逢 2021-02-01 15:21

Using a new SQL2005 database project in VS2010. I did import objects and settings, and built the project. It seems to be stuck at \'Analyzing database schema. Your database pro

10条回答
  •  误落风尘
    2021-02-01 15:51

    Try closing Visual Studio and deleting the .vs folder in the root of your solution.

    (VS just recreates it next time you run it, though you may need to set your Startup Project again).

提交回复
热议问题