I recently dropped some C # code to make some minor cosmetic changes. When I open some of the files in Visual Studio, I get errors saying:
To prevent possible data loss ...
The first of these errors:
The reference to the object is not installed in the instance of the object.
I can follow the stack trace, but I'm not sure what I really should look for in this situation. Also, the end of my stack trace has a call that ends in "PageScroller..ctor ()".
Based on a little Google research, I guess this means calling the constructor. It's true?
Kivus source
share