6 Replies
in the constructor for CustomerView, you are creating a new CustomerView
that customerview will create a new CustomerView, which will create a new CustomerView, which will create a new CustomerView, so on until you run out of stack space
you probably want
MainFrame.Navigate(this);
insteadDo I need to move the content to a new file so that this does not happen?
In this case, he writes that a cyclic dependence has been detected
why does it seem like your view has a frame that contains itself?
I wanted to do without creating an additional file by making an application according to the manual
well that's something i would expect to cause a cyclic dependency, infinite recursion, or other unwanted behavior
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.