-
Notifications
You must be signed in to change notification settings - Fork 321
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
BindingExpression in VS2013 theme #137
Comments
P. S. Version 4.0.0 from NuGet |
I found a solution (maybe it is only partial solution): Add to class |
Thanks for the feedback and suggestions but inventing a property just to make an error message go away is not a good fix. The right fix in this case to adjust the binding to the correct binding path which has slightly changed in comparison to the previously released version. |
If I use VS2013 theme, I get these errors in Visual Studio's Output Window:
System.Windows.Data Error: 40 : BindingExpression path error: 'RootDocument' property not found on 'object' ''LayoutDocumentFloatingWindow' (HashCode=36044558)'. BindingExpression:Path=Model.RootDocument.IsActive; DataItem='LayoutDocumentFloatingWindowControl' (Name=''); target element is 'LayoutDocumentFloatingWindowControl' (Name=''); target property is 'NoTarget' (type 'Object')
Please, fix this issue.
The text was updated successfully, but these errors were encountered: