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

XAML parser resolving URIs (I get odd control behavior, and "The component 'XXX' does not have a resource identified by the URI" errors. #4494

Open
wenbei421 opened this issue May 10, 2021 · 1 comment
Labels
Question General question, not a problem in source code or documentation (yet)
Milestone

Comments

@wenbei421
Copy link

I am currently struggling with what I assume is this issue. I have a .NET 5.0 WPF plugin architecture and encounter errors if I have multiple plugins in different assembly load contexts. It seems to come down to issues with the XAML parser resolving URIs (I get odd control behavior, and "The component 'XXX' does not have a resource identified by the URI" errors.

Given that this is still an open issue, is there any known way to work around the problem? Thanks.

Originally posted by @mikeoliphant in #1700 (comment)

@ryalanms
Copy link
Member

Hi, @wenbei421. We don't currently know of a workaround for assemblies of the same name in multiple AssemblyLoadContexts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question General question, not a problem in source code or documentation (yet)
Projects
None yet
Development

No branches or pull requests

2 participants