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

Problem with rxUI 5.99.6-beta #18

Closed
PhilPJL opened this issue Jun 1, 2014 · 4 comments
Closed

Problem with rxUI 5.99.6-beta #18

PhilPJL opened this issue Jun 1, 2014 · 4 comments
Assignees

Comments

@PhilPJL
Copy link

PhilPJL commented Jun 1, 2014

Create empty WPF project.
Add Caliburn.Micro.Start (v2) and make required changes. Change ShellViewModel to derive from Screen. Project runs.
Add Calilburn.Micro.ReactiveUI. Project runs.
Change ShellViewModel to derive from ReactiveScreen. Project runs.
Update Nuget packages to latest stable versions (rx 2.2.4, rxUI 5.5.1). Project runs.
Update rxUi to 5.99.6 beta. Need to manually add Splat 1.3.1. Project fails to run

An exception of type 'System.TypeLoadException' occurred in Caliburn.Micro.ReactiveUI.dll but was not handled in user code

Additional information: Could not load type 'ReactiveUI.ReactiveObjectExpressionMixin' from assembly 'ReactiveUI, Version=5.99.6.0, Culture=neutral, PublicKeyToken=null'.

@dchaib
Copy link
Owner

dchaib commented Jun 2, 2014

ReactiveUI 6 is not supported yet... or at least not tested. I plan on addressing this in the coming days.

@dchaib dchaib mentioned this issue Jun 2, 2014
3 tasks
@dchaib
Copy link
Owner

dchaib commented Jun 4, 2014

I have tried to reproduce our issue, but I was not successful... Could you share your project so I can have a look?

@PhilPJL
Copy link
Author

PhilPJL commented Jun 4, 2014

Try here http://1drv.ms/1rMvmuk

@dchaib
Copy link
Owner

dchaib commented Jun 4, 2014

I have been able to reproduce the issue. I thought a binding redirect could help, but it doesn't seem to work. In any case, the issue is fixed with PR #19. I will publish it soon to NuGet.

@dchaib dchaib closed this as completed Jun 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants