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

Error when running the project as windows machine #22498

Closed
Thobs-Tricks opened this issue May 17, 2024 · 4 comments
Closed

Error when running the project as windows machine #22498

Thobs-Tricks opened this issue May 17, 2024 · 4 comments
Labels
area-setup Installation, setup, requirements, maui-check, workloads, platform support s/needs-info Issue needs more info from the author

Comments

@Thobs-Tricks
Copy link

Problem encountered on https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/run
Operating System: windows

Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.

Severity Code Description Project File Line Suppression State
Error DEP0700: Registration of the app failed. [0x80080204] error 0xC00CE169: App manifest validation error: The app manifest must be valid as per schema: Line 10, Column 13, Reason: 'com.companyname.test_2' violates pattern constraint of '[-.A-Za-z0-9]+'.
The attribute 'Name' with value 'com.companyname.test_2' failed to parse. Test_2

Copy link
Contributor

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@jamesmontemagno
Copy link
Member

Can you re-create the name as Test2 without the underscore

@moljac
Copy link
Contributor

moljac commented May 20, 2024

Hi

'com.companyname.test_2' is not valid regex [-.A-Za-z0-9]+.

Remove '_' from the name in csproj file please.

And report if that worked.

@PureWeen PureWeen added the s/needs-info Issue needs more info from the author label May 31, 2024
Copy link
Contributor

Hi @Thobs-Tricks. 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.

@PureWeen PureWeen added the area-setup Installation, setup, requirements, maui-check, workloads, platform support label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-setup Installation, setup, requirements, maui-check, workloads, platform support s/needs-info Issue needs more info from the author
Projects
None yet
Development

No branches or pull requests

4 participants