Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application could not be started #44

Closed
lunatik98 opened this issue Mar 4, 2023 · 4 comments
Closed

Application could not be started #44

lunatik98 opened this issue Mar 4, 2023 · 4 comments

Comments

@lunatik98
Copy link

When I try to start the programm I get this error message:

2023-03-04 22_31_34-Window

I installed the Windows App SDK 1.2 from the website and rebooted. Is there another requirement or is this the wrong version?

I use Windows Server 2019.

@nkasco
Copy link
Owner

nkasco commented Mar 4, 2023

Might be similar to #29, try a similar workaround from there and see how it goes.

@lunatik98
Copy link
Author

I tried to install the older version and then the newer version but I still get the same message :(

2023-03-04 23_17_09-Window

@nkasco
Copy link
Owner

nkasco commented Mar 4, 2023

I went and grabbed a Windows Server 2019 iso and was able to get it working...

Looks like you may need to enable sideloading because the DDLM component fails to install by default, also make sure you install from admin context.

Try this first, then if necessary install the redist from the zip link below:

image

Then I was able to run without issue:
image

@nkasco nkasco closed this as completed Mar 4, 2023
@Joeya1ds
Copy link

While testing this tool I ran into the exact same issue.
Adding this line under propertygroup: "WindowsAppSDKSelfContained>true</WindowsAppSDKSelfContained" to the .csproj file resolved the issue for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants