Visual Studio Database Edition: what causes "ModelException: at least one identifier is expected"?

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?

alt text

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.

+5
source share
4 answers

After repeatedly troubleshooting Microsoft Premiere support, we were informed that we found a bug in the Visual Studio database edition. We gave up before it was allowed, and ended up abandoning the use of the database project in our solution.

Microsoft , , VIEW DEFINITION.

+1

, ? , , , .

, , , , .

0

SQL? , , .

0

SQL script ( ).

, , , .

, , - , Post-Deployment.SQL SQLCMD , -

:r 'Filename.sql'

.SQL - , , , ..

0

All Articles