Debugging issue in Visual Studio 2017

前端 未结 2 1532
误落风尘
误落风尘 2021-01-02 05:26

When starting my project in debug mode, I get the following error and have to stop debugging:

\"Error

2条回答
  •  一生所求
    2021-01-02 05:36

    Got the same problem with VS2019 (Version 16.7.6). My Problem was that the Constructor Call implicitely called a getter which was dependend on another property, which wasnt created at that time, I think. Changed the code, problem was solved.

提交回复
热议问题