We are trying to setup a sql project, in a new machine with Windows 7, VS 2010 with SP1 & SSDT 2010 (installed SSDT 2010 from iso image). But getting the below message when I open the sqlproj.
'Verifying your model is synchronized with your source files. Your database will be ready in 12734 operations are completed.' And the number keeps on increasing. And it keeps on running in the background.
Tried re-installing SSDT, VS 2010 but no help.
Created a new database project for Northwind db, and had the same issue. Ran procmon and saw it's just going over and over the same files.
It works fine in another system with similar configuration.
EDIT
The issue seems to be related to TFS, if we unbind from TFS it works fine. But not sure about the exact cause.
Any suggestion would be really helpful.