-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
needs-area-labeluntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage
Description
.NET version
.NET 9.0
Did it work in .NET Framework?
Yes
Did it work in any of the earlier releases of .NET Core or .NET 5+?
.NET 8.0
Issue description
I created a vb.net projekt with .NET 9.0 via project wizzard. The Project only contains a FileOpenDialog from object pallete. As soon as the dialoge is used the programm unexpectedly closes with the following text:
The program '[11668] TestNet9.exe' has exited with code 3221226505 (0xc0000409).
I changed the project to .NET 8.0 without any further modifications. Now there is no problem anymore!
Steps to reproduce
- Create new Project with vb.net 9.0
- Add a new FileOpenDialog
- Compile and run program
- Open dialog
- close dialog
- wait some seconds (+- 30 seconds)
- program closes with code 3221226505 (0xc0000409).
Metadata
Metadata
Assignees
Labels
needs-area-labeluntriagedThe team needs to look at this issue in the next triageThe team needs to look at this issue in the next triage