Hey guys,
In our Sql Server 2008 database project we reference some outside .dbSchema files. When I try to build the database project using MSBuild, I get a weird warning (We are using TFS 2010 for our build server if that makes a difference):
Microsoft.TeamFoundation.Build.targets (1777): An error occurred when opening a file "file.dbschema": Assembly "file.dbschema" is not a valid .NET assembly and will be skipped for analysis.*
Any idea whats going on, and how I get rid of this warning?
Thanks