Since using version 4.4 my WP7 projects were crashing: on assigning the .Router property of a RoutedViewHost I was getting a MethodAccessException "Attempt to access the method failed: ReactiveUI.IRNPCObservableForProperty..ctor()" (Using Ninject for IoC.)
The IRNPCObservableForProperty and POCOObservableForProperty classes are both internal; unlike INPCObservableForProperty which is already public. Setting the other two classes both to public fixes the crash.