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

后端 未结 16 1980
挽巷
挽巷 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条回答
  •  情歌与酒
    2020-11-29 22:30

    For me the issue was that the path of the project contained %20 characters, because git added those instead of spaces when the repository was cloned. Another problem might be if the path to a package is too long.

提交回复
热议问题