We have a database project in Visual Studio 2008 that works great. However, the deployment suddenly stopped working. This is the error we get:
EZTrac.Database.dbschema: deployment error TSD01234: Microsoft.Data.Schema.SchemaModel.ModelException: at least one identifier is expected.
We searched everywhere, trying to debug this problem. The exception that is thrown into the Ouput window is too general to decrypt something. I know that “ModelException” occurs when a problem occurs with the model, but I don’t know where to start.
Does anyone know what could be causing this?

Edit:
We now have MSDN Premier support for this. About 4 days passed, and they could not understand it. I will update with a solution if / when I receive one.
source
share