Description
have an issue using OpenFileDialog/ SaveFileDialog in .NET 9.0 WPF Application. When shown the Dialog and hovering/clicking with the mouse on the Drive selection parts the WPF app will exit with the following error :
The program '[32780] WPFTESTS.exe' has exited with code 3221226505 (0xc0000409).

Note: Using the Quicklinks, and Selecting Files is working without any Errors. Reverting the Application to Target .NET 8 the error will go away. This is calling method.
Reproduction Steps
private void Button_Click(object sender, RoutedEventArgs e)
{
OpenFileDialog f= new OpenFileDialog();
f.ShowDialog();
}
Expected behavior
Opening a FielDialog and selecting drives, folder and files
Actual behavior
App Shuts down with Error
Regression?
.Net8
Known Workarounds
No response
Configuration
Windows 11
Net9 var 9.102
Other information
No response
Description
have an issue using OpenFileDialog/ SaveFileDialog in .NET 9.0 WPF Application. When shown the Dialog and hovering/clicking with the mouse on the Drive selection parts the WPF app will exit with the following error :
The program '[32780] WPFTESTS.exe' has exited with code 3221226505 (0xc0000409).
Note: Using the Quicklinks, and Selecting Files is working without any Errors. Reverting the Application to Target .NET 8 the error will go away. This is calling method.
Reproduction Steps
private void Button_Click(object sender, RoutedEventArgs e)
{
OpenFileDialog f= new OpenFileDialog();
f.ShowDialog();
}
Expected behavior
Opening a FielDialog and selecting drives, folder and files
Actual behavior
App Shuts down with Error
Regression?
.Net8
Known Workarounds
No response
Configuration
Windows 11
Net9 var 9.102
Other information
No response