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
Old question, but looks like still not solved.
My dacpac has over 10000 objects and the build got stuck for over 40 mins on the Validating stage. Tried the options suggested in other comments and answers but no joy.
Apparently, the Validation of the model also does a "case search". I unchecked the option and build time dropped to under a minute.
Validate Casing on identifies in SQL Server project in VS2017