question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

InvokeCommandAction xaml designer error

See original GitHub issue

Hello

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:open
  • Created 5 years ago
  • Reactions:5
  • Comments:13

github_iconTop GitHub Comments

5reactions
DanielHJAcommented, Oct 22, 2020

Was this every solved?

I tried implementing this package and on the following code:

  <ContentPage.Behaviors>
        <behaviors:EventHandlerBehavior EventName="Appearing">
            <behaviors:InvokeCommandAction Command="{Binding PageAppearingCommand}" />
        </behaviors:EventHandlerBehavior>
        <behaviors:EventHandlerBehavior EventName="Disappearing">
            <behaviors:InvokeCommandAction Command="{Binding PageDisappearingCommand}" />
        </behaviors:EventHandlerBehavior>
    </ContentPage.Behaviors>

I am getting this error:

Property ‘Actions’ does not support values of type ‘InvokeCommandAction’.

5reactions
acaliarocommented, Jun 13, 2019

@davidbritch could you take a look to this problem? I have the same with XF4 thanks!!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found