I’m using Visual Studio 2022 with a WinForms project and have the Out of Process Designer enabled. When I double-click on a control (like a button) in the designer, it doesn’t navigate to the associated event handler in the code-behind file as expected. Instead, it creates another handler. This used to work correctly before.
Here’s what I’ve tried so far:
- Restarting Visual Studio
- Cleaning and rebuilding the project
- Ensuring the control has an event handler associated with it
Has anyone encountered this issue and found a solution?