A Microsoft platform for building and publishing apps for Windows devices.
Hello,
Welcome to Microsoft Q&A!
The Error Description for 0xc0000409 is The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
This seems to be a might be a memory issue again. Based on your description, it seems that you will create controls when you navigate to the target page. Every time when you navigate to a new page, it will create a new page instance. This might leads the raise of the memory. I'd suggest you check the memory usage as well.
A quick workaround is to enable the NavigationCacheMode property of the page. It will reuse the page when you navigate to it.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.