The imported project “C:\Microsoft.CSharp.targets” was not found

后端 未结 16 2000
挽巷
挽巷 2020-11-29 21:46

I got this error today when trying to open a Visual Studio 2008 project in Visual Studio 2005:

The imported project \"C:\\Microsoft.C

16条回答
  •  猫巷女王i
    2020-11-29 22:35

    For errors with Microsoft.WebApplications.targets, you can:

    1. Install Visual Studio 2010 (or the same version as in development machine) in your TFS server.
    2. Copy the “Microsoft.WebApplication.targets” from development machine file to TFS build machine.

    Here's the post.

提交回复
热议问题