reactiveui / ReactiveUI

An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
https://www.reactiveui.net
MIT License
8.13k stars 1.12k forks source link

The tag 'RoutedViewHost' does not exist in XML namespace in ReactiveUI 8.0.0 alpha0113 #1541

Closed gtaspider closed 6 years ago

gtaspider commented 7 years ago

It seems that RoutedViewHost doesn't work on ReactiveUI 8.0.0 alpha0113. Any suggestions?

The name "RoutedViewHost" does not exist in the namespace "clr-namespace:ReactiveUI;assembly=ReactiveUI"

thanks in advance, Spider

kentcb commented 7 years ago

Hi @gtaspider

There is a separate package now for platform stuff. In this case, ReactiveUI.WPF. Install that and let us know how you go.

gtaspider commented 6 years ago

Hi @kentcb

After installing ReactiveUI.WPF alpha 0113 it works - Thanks!