Visual studio 2015 project missing all references

前端 未结 9 844
星月不相逢
星月不相逢 2021-01-30 06:45

Starting from today, a WPF project that belongs to a solution with 20 projects, set all my references to missing

I\'ve just checked the MS suggestion and the othe

9条回答
  •  野性不改
    2021-01-30 06:55

    I also experienced exactly this in VS2015 on a solution with around 10 projects. Only one project - the main MVC project - was affected and it lost all references including to the standard .NET assemblies.

    The problem was in my web.config. I had commented some lines, resulting in an invalid xml-file.

提交回复
热议问题