Build error SQL72028 in SSDT

Project in SSDT (SQL Server Data Tools) in Visual Studio 2015. When I create this project, I keep getting the following error:

SQL72028: An unexpected exception occurred in a model storage unit. To continue, ignore the current results and try again. If this issue persists, contact Microsoft support.

No other error information is displayed in the Errors window. The Results window just says Build Failed.

+3


source to share


1 answer


The only way I have found this is to close the solution and delete the file .dbmdl

from the project folder. You may also need to delete folders bin

and obj

.



Then you should be able to reopen the project and build it successfully.

+1


source







All Articles