Deployment as exe on windows 11 is not working

Dani_S 4,501 Reputation points
2025-04-01T06:56:48.2666667+00:00

Hi,

Please see: https://app.screencast.com/LrNZnzuMjSgLd

I installed the app ,deployed as exe with using -- self contianed ,on windows 11 and it not openning.

dotnet publish -f net9.0-windows10.0.19041.0 -c Release -p:WindowsPackageType=None -p:WindowsAppSDKSelfContained=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d" -p:RuntimeIdentifierOverride=win10-x64 --self-contained

I got this error from event viewer.

What to do ?

Your quick answer will be appreciated.

Faulting application name: GssdDesktopClient.Maui.exe, version: 1.0.0.0, time stamp: 0x67890000

Faulting module name: coreclr.dll, version: 9.0.225.6610, time stamp: 0x6789558d

Exception code: 0xc0000602

Fault offset: 0x00000000003216a6

Faulting process id: 0x399c

Faulting application start time: 0x01dba2cfdffa3594

Faulting application path: C:\Program Files (x86)\Sasa-Software\GssdDesktopClient\GssdDesktopClient.Maui.exe

Faulting module path: C:\Program Files (x86)\Sasa-Software\GssdDesktopClient\coreclr.dll

Report Id: 721ee7f5-9fa1-494f-a6eb-7ba736c3fe46

Faulting package full name:

Developer technologies | .NET | .NET MAUI
{count} votes

Accepted answer
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2025-04-02T05:22:52.5+00:00

    Hello,

    Thanks for your feedback.

    Windows update patches usually involve the following:

    • New feature updates
    • Fixes for known issues

    Therefore, this is because Windows updates contain fixes for known issues so that your programs can run as expected.

    You can get update details based on the patch number in the Windows 11 update log provided by Microsoft.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

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.