[UWP][XAML]Designer Error After Moving Cursor

  • Thread starter Thread starter Nathan Sokalski
  • Start date Start date
N

Nathan Sokalski

Guest
I am working on an app, and continue receiving the following error in the designer:

System.InvalidOperationException
Calculated node path is invalid -- null->Page:Border

1360395.png

After I click "Click here to reload the designer", it usually reloads and shows the designer as expected. However, once I move my mouse (which I obviously need to do since I just click reload in the designer) even a tiny bit, the error comes back. I only recently started having this problem, but I cannot come up with any possible reason. And the app runs fine when I run it, so I am guessing it is not in my code (although null->Page:Border implies that it is, I would think I would receive an error when I run it if that was the problem). What is going on here, and how can I fix it? Thanks.


Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/

Continue reading...
 
Back
Top