-
Notifications
You must be signed in to change notification settings - Fork 2
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
No embeddedresource found for App.<basepage> #67
Comments
Hi @mwasim Thanks for the report! I have already fixed this issue and will release the update soon. There is some other stuff that needs to be resolved yet. |
Nice! I was ready to make a repro of this bug but then i saw this Issue. This is exactly the problem i faced. |
Hi @ionoy, I'm no longer able to reproduce this issue, and it seems to be fixed in the latest nuget package release (2.1.45). Thank you! |
Awesome! |
Hi @ionoy, FYI, this issue has come back again in the latest LiveXAML update. I tried downgrading nuget packages but it doesn't help. Could you please fix this bug in the next update? |
@mwasim Actually, I can't reproduce it with the same steps now. Can you try it on your end? |
Hi @ionoy, yes sorry I didn't test these simple steps, it's not reproducible with steps above. Actually, I'm facing this issue on a complex page using BasePage and multiple custom controls. On testing again, I found it throws the error against a ContentView based control on the page (like below example). I removed that control and then, as I made simple text changes on the page, it started showing error "object reference not set". Now it throws the error as below,
I'm trying to recreate this bug in a simple project with some simple steps. As I'll be able to find some simple steps to reproduce this bug, I'll let you know. Thanks |
I had the same problem with 2.1.6.3 version, So I try again to update to 2.1.6.3 and now it give me error "Exception has been thrown by the target of an invocation. No embeddedresource found for .....class" Then I roll back again to 2.1.5.9 and now it works again I am using Prism, an external ResourceDictionary files and in my App.xaml file I have:
|
I am having this exactly same problem. If I directly change a xaml page it works, but if I change a resource defined on app.xaml, I get this error. And even when it works, after a change, I cannot navigate to other screens, nothing happen. On 2.1.5.9 I get other error: "Master and Detail must be set before adding MasterDetailPage to a container" but I can navigate out and back to see the changes. I also use prism. |
Same issue as @matteopiccioni It works only on 2.1.59, 2.1.63 is failing on everypage reloading with "No embeddedresource found for .....class" I don't use prism. |
I have the same issue as @leo-mck and @roubachof. I am using prism and also had to revert back to 2.1.59 from 2.1.68. Every page reload results in "No embedded resource found for x class" along with "Master and Detail must be set before adding...". |
Getting the same error with TabbedPage (among other things like custom controls, ecc..). The only way to get updates is to revert to 2.1.59 |
Same as tnolan2 here |
I have same issue any update ? on Xamarin.Forms 3.5.0.1699047 |
Please try the latest update (2.1.70) which addresses this issue. Thanks! |
Works for me--thanks! |
Yes it's working fine now, and the issue is no longer reproducible. Thank you! |
I'm having this issue in Visual Studio for Mac using xamarin.forms 3.6.0.344457 and LiveXAML 2.1.72: "No embedded resource found for MyApp.Controls.SegmentedControl". If I remove the segmented control reference from xaml I just get an all new error for another xaml view: "No embeddedresource found for MyApp.HomeViewOverlay." This seems to happen to any page in my project. When I downgrade to 2.1.63 (and downgrade Xamarin.Forms) which was what I was using before Visual Studio 2019 for Mac was released, everything works again. |
One more thing, I'm doing this in a PCL 4.5 - Profile111 project. Not sure if that matters. |
Oh, forgot to mention. I'm not using Prism. Using Caliburn.Micro. |
Hi there, I reported this issue couple of weeks ago on the https://gitter.im/LiveXAML/Lobby
Now, I'm able to reproduce this issue as below, (It looks like it throws this error when we use the nested base page)
1). Create a new basic/blank Xamarin.Forms App (.NET standard)
2). Create a simple base page class as below,
2.1). Create another base page, which should inherit from the above base page,
3). Now change the MainPage.xaml as below (it uses the BaseScrollViewPage instead of ContentPage)
4). Ensure LiveXAML VS extension and nuget packages are installed. Run the app, and try changing the text "Hello World!" to something else. it shows the error below,
Can this issue be fixed in the next update please?
The text was updated successfully, but these errors were encountered: