बिल्ड सर्वर पर मेरा प्रोजेक्ट बनाने की कोशिश करने से मुझे निम्न त्रुटि मिलती है:
Microsoft (R) Build Engine Version 4.0.30319.1
error MSB4019: The imported project "C:\Program Files (x86)\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.
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
मैंने कुछ महीने पहले इस समस्या को हल सर्वर पर Visual Studio 2010 स्थापित करने के साथ हल किया। लेकिन अब मैं स्क्रैच से एक नया सर्वर सेटअप कर रहा हूं, और मैं जानना चाहता हूं कि क्या इस मुद्दे को हल करने के लिए कोई बेहतर समाधान है।
<Import Project="..\Packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\tools\VSToolsPath\WebApplications\Microsoft.WebApplication.targets" />
रास्ते को बदलकर तय किया $(VSToolsPath)
गया:<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" />