-
- VaqifQuluzada
- Posts: 7
- Joined:
Errors on Unity Editor
Hi everyone. Every time when I run project I get bunch of errors on editor. But when I run project on build there is no error messages. Some of error examples are:
Code: Select all
Unknown member 'ContentPresenter.RecognizesAccessKey'
[NOESIS/E] Binding failed: Path=IsMouseOver, Source=null(''), Target=TextBlock('')
[NOESIS/E] Binding failed: Path=IsFocused, Source=null(''), Target=TextBlock('TextBlock_Experience')
-
-
sfernandez
Site Admin
- Posts: 2910
- Joined:
Re: Errors on Unity Editor
This error just indicates RecognizesAccessKey property is not supported by Noesis.Unknown member 'ContentPresenter.RecognizesAccessKey'
Those errors are shown when the xaml is added to the view without a DataContext to solve the bindings. You can get rid of the errors by setting the DataContext when xaml is loaded before connecting it to the view. Or you can also add a FallbackValue for the bindings so they can provide a value while not solved.[NOESIS/E] Binding failed: Path=IsMouseOver, Source=null(''), Target=TextBlock('')
[NOESIS/E] Binding failed: Path=IsFocused, Source=null(''), Target=TextBlock('TextBlock_Experience')
Who is online
Users browsing this forum: No registered users and 2 guests