I have a Signup view with an Entry and a behavior attached to that Entry. Then I have a ViewModel page which handles binding properties. When I try to navigate to the Signup page I get System.Reflection.TargetInvocationException. The issues goes away if I remove Text="{Binding Email, Mode=TwoWay}" from my Entry control. What am I doing wrong? Thanks