WPF root element is not valid for navigation

后端 未结 3 807
天命终不由人
天命终不由人 2021-01-03 04:50

I am converting a WPF XBAP app to a WPF desktop app. I have it running on the desktop, but am now trying to change the Page references to Window references.



        
3条回答
  •  感情败类
    2021-01-03 05:37

    please check StartForm having the page as root element or some other else. I am having the same. I have check the page which has to be navigated. I declare that page as window.

提交回复
热议问题