Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The XAML Designer has exited unexpectedly. (Exit code: e0434352)

Tags:

c#

wpf

Xaml Designer keeps crashing, more info:

Error

The XAML Designer has exited unexpectedly. (Exit code: e0434352)

Visual Studio Specs:

Microsoft Visual Studio Professional 2022 (64-bit) - Current
Version 17.1.4

Windows Specs:

Edition Windows 11 Pro
Version 21H2
Installed on    ‎10/‎7/‎2021
OS build    22000.613
Experience  Windows Feature Experience Pack 1000.22000.613.0

WpfSurface Memory Dump File: https://wetransfer.com/downloads/34f7d58db430ab8e4f28e599664ca4e420220416155752/bd9123

like image 258
Bedirhan SAMSA Avatar asked Sep 15 '25 22:09

Bedirhan SAMSA


1 Answers

removed

<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>-->

from csproj

fixed the problem

like image 182
rom m Avatar answered Sep 19 '25 12:09

rom m