Analyzing database schema takes hours

前端 未结 10 1725
星月不相逢
星月不相逢 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:25

    This question is a bit old but this comes up first when you search for a solution, so I will add my 2 cents.

    If you still have this problem after installing the fix, try this, this worked for me:

    Open the database project folder in Windows Explorer. Delete the following files/folders:

    • in the rootdirectory, the .dbmdl file
    • the content of the "sql" directory
    • the obj directory.

    Close and re-open Visual Studio. Click Build.

    The project built fine for me.

提交回复
热议问题