Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does AppHarbor support a SQL Server Database Project?

Does anyone know if the solution can be deployed correctly with a project of this type included? I tried but keep getting this error:

error MSB4019: The imported project "C:\Program Files\MSBuild\Microsoft\VisualStudio\v10.0\TeamData\Microsoft.Data.Schema.SqlTasks.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
like image 382
danielrmz Avatar asked Feb 02 '12 08:02

danielrmz


Video Answer


1 Answers

You should be able to include a local targets file, include it in the repository you push to AppHarbor and reference that. Here's some related discussion for Silverlight projects.

like image 167
friism Avatar answered Oct 07 '22 16:10

friism