Nested control bluescreen with latest Windows Creators Update

0

Recently I updated to the new Windows Creators edition (version 1703) and I’m getting a similar issue to this post Control Nesting Limits in WinForms , I have a limit of 33 nested controls on my machine using WinForms.

The difference is that my machine Bluescreens. My biggest concern of course is our Users will start experiencing similar problems when they update.

We are currently in the process of creating a custom control to lower memory usage, but it would be good to get to the bottom of why it's bluescreening.

My system log shows that it’s an unexpected kernel mode trap, 0x1000007f. I’ve tried disabling drivers to eliminate any hardware issues without any success. All hardware checks pass.

Has anyone else had a similar issue with bluescreening?

Also, there is a hotfix for a nested control issue in Windows 8, but I can’t find any additional information about how it was fixed Hotfix. If anyone has info on this it may be helpful.

Regards

c#
windows
crash
nested
controls
asked on Stack Overflow Jun 11, 2017 by Andyman

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0