-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
'Unable to activate windows store app {id}. The activation request failed with error code "The parameter is incorrect"' #9324
Comments
So just to be clear; you are running the Windows app through Visual Studio, right? You click the run button and it shows you this? What version of Visual Studio are you using? And what does |
Hi @MindMeltMax. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
I tried running it from the startmenu, directly from the debug (and release) folder and from vs itself. |
Is there a shortcut to the app in your Start Menu? If so, right-click it and select 🗑 Delete. |
I have the same issue. I'm able to create a solution with a single MAUI project that is capable of running. As soon as I create the project in another solution, or import it into a solution, or even, create a blank project with Visual Studio and rebuild the solution tree and create the new MAUI application into it, the problem pops up. I've tried to find anything different between the two code environments, but was unable to figure out what is causing the issue. Maybe someone here would have an idea, let me know if I can provide data for investigating the problem. |
Hi @MindMeltMax. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Description
Whenever I launch a .NET MAUI application on windows it crashes with the error (See title).
Error image
No code or info was changed, I just try to debug and it throws this and exits
Tested on an admin account with developer mode enabled
Steps to Reproduce
Expected outcome : A window opens with the default page
Actual outcome: A dialog window appears with before mentioned error
Version with bug
6.0.400
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows 10 Home OS Build 19044.1889
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: