Open Strypper opened 5 months ago
Hi everyone,
I've been struggling for the past three days to figure out why my application is exhibiting the following behavior:
dotnet publish TestPublish1.csproj -f net8.0-windows10.0.19041.0 -c Release -p:RuntimeIdentifierOverride=win10-x64 --self-contained true
The publishing process completes successfully, but the application crashes immediately upon startup when installed via MSIX.
After removing all Syncfusion dependencies, we republished the application, and it started working again.
Tools and version .NET MAUI: 8.0.40 Syncfusion: See all the list below
8.0.40
<PackageReference Include="Syncfusion.Maui.Backdrop" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Barcode" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Calendar" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Charts" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Core" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.DataForm" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.DataGrid" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Gauges" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Inputs" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.ListView" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Maps" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.PdfViewer" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.ProgressBar" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.SignaturePad" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.Sliders" Version="25.2.7" /> <PackageReference Include="Syncfusion.Maui.TabView" Version="25.2.7" />
VS2022: 17.11.0 Preview 1.1
17.11.0 Preview 1.1
Hi everyone,
I've been struggling for the past three days to figure out why my application is exhibiting the following behavior:
The publishing process completes successfully, but the application crashes immediately upon startup when installed via MSIX.
After removing all Syncfusion dependencies, we republished the application, and it started working again.
Tools and version .NET MAUI:
8.0.40
Syncfusion: See all the list belowVS2022:
17.11.0 Preview 1.1