Faulting Module: microsoft.ui.xaml.dll

Hemanth B 886 Reputation points
2022-05-29T12:09:33.71+00:00

When I'm trying to run my WinUI 3 app, I get this error in Event Viewer:

Log Name: Application
Source: Application Error
Date: 29-05-2022 17:30:40
Event ID: 1000
Task Category: Application Crashing Events
Level: Error
Keywords:
User:
Computer:
Description:
Faulting application name: CompInfo.exe, version: 1.0.0.0, time stamp: 0x62571150
Faulting module name: Microsoft.ui.xaml.dll, version: 3.0.0.2204, time stamp: 0xe15d9c14
Exception code: 0xc000027b
Fault offset: 0x0023bac9
Faulting process id: 0x0x59D8
Faulting application start time: 0x0x1D87353B61B4DB3
Faulting application path: C:\Program Files (x86)\CompInfo\CompInfo.exe
Faulting module path: C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.1-preview3_1000.485.2229.0_x86__8wekyb3d8bbwe\Microsoft.ui.xaml.dll
Report Id: 0f4e4cd6-ed23-4b81-bf6d-7aaade61fcda
Faulting package full name:
Faulting package-relative application ID:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />
<EventID>1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2022-05-29T12:00:40.7854474Z" />
<EventRecordID>6885</EventRecordID>
<Correlation />
<Execution ProcessID="19768" ThreadID="24048" />
<Channel>Application</Channel>
<Computer>Lenovo_laptop</Computer>
<Security UserID="S-1-5-21-371826321-386045141-2969802394-1001" />
</System>
<EventData>
<Data Name="AppName">CompInfo.exe</Data>
<Data Name="AppVersion">1.0.0.0</Data>
<Data Name="AppTimeStamp">62571150</Data>
<Data Name="ModuleName">Microsoft.ui.xaml.dll</Data>
<Data Name="ModuleVersion">3.0.0.2204</Data>
<Data Name="ModuleTimeStamp">e15d9c14</Data>
<Data Name="ExceptionCode">c000027b</Data>
<Data Name="FaultingOffset">0023bac9</Data>
<Data Name="ProcessId">0x59d8</Data>
<Data Name="ProcessCreationTime">0x1d87353b61b4db3</Data>
<Data Name="AppPath">C:\Program Files (x86)\CompInfo\CompInfo.exe</Data>
<Data Name="ModulePath">C:\Program Files\WindowsApps\Microsoft.WindowsAppRuntime.1.1-preview3_1000.485.2229.0_x86__8wekyb3d8bbwe\Microsoft.ui.xaml.dll</Data>
<Data Name="IntegratorReportId">0f4e4cd6-ed23-4b81-bf6d-7aaade61fcda</Data>
<Data Name="PackageFullName">
</Data>
<Data Name="PackageRelativeAppId">
</Data>
</EventData>
</Event>

Windows App SDK
Windows App SDK
A set of Microsoft open-source libraries, frameworks, components, and tools to be used in apps to access Windows platform functionality on many versions of Windows. Previously known as Project Reunion.
794 questions
{count} votes

Accepted answer
  1. Xiaopo Yang - MSFT 12,726 Reputation points Microsoft Vendor
    2022-05-31T02:24:12.78+00:00

    It's definite that the destination computer doesn't have some prerequisites.
    I have run successfully on another development computer after installing the same WindowsAppSDK. The x64 folder is copied to the destination development computer.
    The following picture shows the installed applications. The applications with blue line are satisfied with document prerequisites.

    206817-image.png 206816-image.png


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.