-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Failure to initialize App MainPage on startup after updating to RC1 #6063
Comments
I had the following lines in my .csproj:
Removing this make my app start again without this exception. I also needed to update this SQLite reference to the latest preview:
Maybe related: ericsink/SQLitePCL.raw#465 |
Might be relevant: |
Workaround has been found: |
not repro with vs main build(32622.314) |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
It has been a while since this was reported. I'm going to be optimistic and assume this has been fixed in newer versions. If there is still something wrong, please feel free to open a new issue. Thanks! |
@jfversluis Hi! In the latest version (currently version 7) the problem still exists when using RelativeLayout. |
Thanks for confirming @ilsur-dev111 I've linked it to this one, I'm pretty sure that will be the same root cause: #12748 |
Description
After updating to RC1 my existing MAUI app project builds successfully but fails to initialize main page and terminates start up.
Troubleshooting steps attempted:
Still no luck
Steps to Reproduce
Version with bug
Release Candidate 1 (current)
Last version that worked well
Preview 14
Affected platforms
Windows
Affected platform versions
net6.0-windows10.0.19041
Did you find any workaround?
Fresh default project builds and runs normally.
Do not updete to RC1 if you already have project in development.
Relevant log output
The text was updated successfully, but these errors were encountered: