InvokeCommandAction xaml designer error
See original GitHub issueHello
I have the xaml below which compiles fine but shows a weird error on InvokeCommandAction when designing the xaml. This is happening in XF3.6
<behaviors:EventHandlerBehavior EventName="SlidedToIndex"> <behaviors:InvokeCommandAction Command="{Binding DaySelectedCommand}"/> </behaviors:EventHandlerBehavior>
With error: Property ‘Actions’ does not support values of type ‘InvokeCommandAction’.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:13
Top Results From Across the Web
VS Xaml designer error
I have an error with my Xaml files in a WPF application. I'm not able to see my control in the Visual Studio...
Read more >Bogus XDG0062 on XAML Designer on not being able to ...
Getting a lot of Bogus XDG0062 error on designer that stating the element could not be found / could not be resolved. Build...
Read more >XAML Designer not working after installing some UWP stuff
I get this error in my WPF solution after opening (and installing recommended modules) an UWP solution. System.Runtime.InteropServices.
Read more >XAML designer in WPF project throws error - no connection ...
Hi I am trying to do a MVVM wpf project and I receive this error on the MainWindow. xaml view, the error is...
Read more >Namespace problems in XAML
In my project I am having a dockpanel with two panes inside. All views give me errors, still the project can be built....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Was this every solved?
I tried implementing this package and on the following code:
I am getting this error:
@davidbritch could you take a look to this problem? I have the same with XF4 thanks!!