-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[BUG] ReactiveUI.XamForms, WhenActivated generates FileNotFoundException Could not load file or assembly 'ReactiveUI.Wpf' or one of its dependencies #2038
Comments
Hey @AkilaeTribe 👋, Thank you for opening an issue. We will get back to you as soon as we can. Also, check out our Open Collective and consider backing us. https://opencollective.com/reactiveui
|
These won't crash your application correct? We just check for a series of approved DLLs. I don't believe this is a bug. |
This is correct, the application does not crash.
@glennawatson I apologize, I am unsure about the meaning of that sentence. Would you like to elaborate, please ? Are opened bug issues only handled if they are related to specific versions ? Or there is some hardcoded part that looks for specific versions of DLLs ?
If this is not a bug, then, do you agree that the exceptions are suspicious ? This is a Xamarin Forms project, with only one added NuGet package related to Xamarin Forms, yet the exception explicitly mentions Wpf. Even with a respectable 'Google-fu" skill, I was not able to find anything related to it, suggesting that I was doing something wrong. |
No not suspicious.
As I already said comes from our list of approved assemblies |
Anyway locking this topic. |
Btw don't feel too bad about the issue being locked. I am going to be locking most resolved issues from now on since we been having a lot of instances of people commenting on 4 year old bugs with new bugs. |
So two changes that are happening as a response to this. We will be adding a section to the documentation just commenting on this side effect. Second initialisation is changing in rxui for V10 and this will eliminate these exceptions. |
Further progress for this can be tracked on #1737 |
Describe the bug
In a Xamarin Forms projet, Using for the first time ReactiveUI.ViewForMixins.WhenActivated(this IActivatable @this, Action block, IViewFor view = null) generates two exceptions
System.IO.FileNotFoundException: Timeout exceeded getting exception details
System.IO.FileNotFoundException: Could not load file or assembly 'ReactiveUI.Wpf' or one of its dependencies
Steps To Reproduce
Expected behavior
No exception happens.
Screenshots
Environment
Additional context
Solution for reproduction
MonoReactiveUI.zip
The text was updated successfully, but these errors were encountered: