My colleague sent me a web project written in Visual Studio 2010. I only have Sharp Develop. when I open the project, I get a number of error messages:

The imported project "c:\program files(x86)\MsBuild\Microsoft\VisualStudio\v10.0\WebApplication\Microsoft.WebApploication.targets" was not found. Confirm that the path....

See:

Showing error messages in the editor

What do I need to do to fix this??

有帮助吗?

解决方案

Download and install the Visual Web Developer Express 2010, it should install all the required libraries to your system. You can then use Visual Web Express to edit the solution, but chances are high that Sharp Develop will also be able to open it.

If you want a little more up-to-date editing experience, you can try upgrading the solution to Visual Studio Express for Web 2013 by installing that and resolving any upgrade issues that might come from that.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top