tfs2010 - Database reference causes warning in MSBuild -


We reference some .dbSchema files in our SQL Server 2008 database project. When I try to build a database project using MSBuild, I get a strange warning (we are using TFS 2010 for our build server, if it makes a difference):

* Microsoft.TeamFoundation.Build.targets (1777): An error occurred while opening a file "file.dbschema": Assembly "file.dbschema" is not valid .NET assembly and will be left for analysis. **

What is happening on any idea, and how am I getting rid of this warning?

Thanks

have you enabled? If you do this, it will appear that TFS Build is scanning your code, facing this file, and to let you know that it is being dropped because it can not recognize it. Another user was faced and one was made.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -