sql-server – AppHarbor是否支持SQL Server数据库项目?

前端之家收集整理的这篇文章主要介绍了sql-server – AppHarbor是否支持SQL Server数据库项目?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有没有人知道是否可以正确部署此解决方案包含此类型的项目?我试过但不断收到此错误
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.

解决方法

您应该能够包含本地目标文件,将其包含在您推送到AppHarbor的存储库中并引用它.这是一些 related discussion for Silverlight projects.
原文链接:https://www.f2er.com/mssql/76693.html

猜你在找的MsSQL相关文章