Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6019675
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:27:21+00:00 2026-05-23T03:27:21+00:00

Just a weird exception that I can’t get my head around My code: <ListBox

  • 0

Just a weird exception that I can’t get my head around

My code:

<ListBox Grid.Row="1" Grid.Column="0" Background="{StaticResource ContentBackgroundColour}" BorderThickness="0" Margin="0,3,0,3" ItemsSource="{Binding Path=Scenarios}" HorizontalContentAlignment="Stretch" Padding="0">
    <ListBox.ItemTemplate>
        <DataTemplate>
            <Button Content="{Binding}" HorizontalContentAlignment="Left" Command="{Binding Path=OpenScenario}" CommandParameter="{Binding}"></Button>
        </DataTemplate>
    </ListBox.ItemTemplate>
</ListBox>

And:

public ICommand OpenScenario
{
    get { return new RelayCommand(param => _OpenScenario((ManageScenarioModel)param), 
        param => ((ManageScenarioModel)param).IsOpen); }
}

private void _OpenScenario(ManageScenarioModel toOpen)
{
    toOpen.IsOpen = true;
    new ManageScenario(this).Show();
}

However the part param => ((ManageScenarioModel)param).IsOpen) throws a null reference exception upon start up, can someone please explain why this is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:27:21+00:00Added an answer on May 23, 2026 at 3:27 am

    Because WPF is calling your “CanExecute” expression to determine whether or not the button should be enabled. Apparently your binding is resulting in a null command parameter. You should probably check for a null parameter and return false.

    param => (param != null && ((ManageScenarioModel)param).IsOpen)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

OK, I admit it this code will just look weird to you, and that's
We just came across a weird bug in our application that uses the asp.net
This is a very weird problem. My app that runs just fine but somehow
this is just weird and is giving me a headache. I looked over my
This is kind of a weird question so my title is just as weird.
I've just encountered a weird problem, I'm trying to printf an integer variable, but
So I just saw a weird behavior In one script there is something like:
I just came across a weird error: private bool GetBoolValue() { //Do some logic
Just learning Silverlight 4/RIA and i 'm stuck in a weird problem: setup an
I've just finished a six hour debugging session for a weird UI effect where

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.