You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This is a follow-up to a previous DataGrid for Xaml Islands issue
Been hoping to see a DataGrid example, but one doesn't exist.
So I added a DataGrid in my test project which works fine without the data grid and breaks as soon as datagrid is uncommented.
The output is not very helpful:
'WpfApp1.exe' (CoreCLR: clrhost): Loaded 'C:\Windows\system32\WinMetadata\Windows.Storage.winmd'. Module was built without symbols.
Exception thrown: 'System.AggregateException' in System.Private.CoreLib.dll
'WpfApp1.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.3\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'WpfApp1.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.3\System.Collections.Immutable.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'WpfApp1.exe' (CoreCLR: clrhost): Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\3.1.3\System.Diagnostics.Tools.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
The program '[25344] WpfApp1.exe' has exited with code -1073741189 (0xc000027b).
This is a follow-up to a previous DataGrid for Xaml Islands issue
Been hoping to see a DataGrid example, but one doesn't exist.
So I added a DataGrid in my test project which works fine without the data grid and breaks as soon as datagrid is uncommented.
The output is not very helpful:
Can someone suggest what's wrong here?
Thanks
cc: @marb2000