Describe the bug
When run the application with the latest .NET 10 build, it failed with custom error: System.Windows.Threading.Dispatcher cannot find type "MS.Internal.SecurityCriticalDataClass1" in PresentationThemeAero`.
Steps to reproduce the behavior:
-
Build the PresentationThemeAero .
-
Open "PresentationThemeAero\App\PresentationThemeAero\ThemeBrowser.runtimeconfig.json" file
-
Change the "ThemeBrowser.runtimeconfig.json" file to let the app run against with dotnet-sdk-10.0.100-alpha.1.25057.15.
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "10.0.0-alpha.1.25056.2"
}
- Run the ”PresentationThemeAero\App\PresentationThemeAero\ThemeBrowser.exe”.
Expected behavior
Page launch successfully without error.
Actual behavior
Launch failed with error: "ThemeManager is not operational."
Please refer to more information at dotnet/wpf#10256
Describe the bug
When run the application with the latest .NET 10 build, it failed with custom error:
System.Windows.Threading.Dispatcher cannot find type "MS.Internal.SecurityCriticalDataClass1" in PresentationThemeAero`.Steps to reproduce the behavior:
Build the PresentationThemeAero .
Open "PresentationThemeAero\App\PresentationThemeAero\ThemeBrowser.runtimeconfig.json" file
Change the "ThemeBrowser.runtimeconfig.json" file to let the app run against with dotnet-sdk-10.0.100-alpha.1.25057.15.
Expected behavior
Page launch successfully without error.
Actual behavior
Launch failed with error: "ThemeManager is not operational."
Please refer to more information at dotnet/wpf#10256