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.
link|improve this question
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.