我的同事给我发了一个用Visual Studio 2010编写的网络项目。我只有Sharp Develop。当我打开项目时,我收到一些错误消息:
The imported project "c:\program files(x86)\MsBuild\Microsoft\VisualStudio\v10.0\WebApplication\Microsoft.WebApploication.targets" was not found. Confirm that the path....
请参阅:
我需要做些什么才能解决这个问题?
答案 0 :(得分:1)
下载并安装Visual Web Developer Express 2010,它应该将所有必需的库安装到您的系统中。然后,您可以使用Visual Web Express编辑解决方案,但Sharp Develop也很有可能打开它。
如果您想获得更新的编辑体验,可以尝试将解决方案升级到Visual Studio Express for Web 2013,然后再安装并解决可能出现的任何升级问题。