Note that there are some explanatory texts on larger screens.

plurals
  1. USTushar
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI was finally able to resolve all of these errors. Your suggestion of using parenthesis with attached properties was the correct solution albeit with the addition of namespace prefix for the `Card` class. I tried to use the `Card` class with the namespace prefix yesterday before posting the question here but was missing the parenthesis. Not using the namespace prefix was the reason I was getting the error `Card is not supported in a Windows Presentation Foundation (WPF) project.` I'm marking your answer as correct and am also putting down the exact solution myself. Thanks a lot!
      singulars
    2. COI tried using the parenthesis both with and without the Card class but both approaches don't resolve the error. Using card with the property I get a compile time error that _Card is not supported in a Windows Presentation Foundation (WPF) project._ and trying to run the project causes error in merging resource dictionaries. Not using card gives the same binding error for `(Active)`. You are right that `Card` is a data object. I think you've got the hang of my code right. Only problem now is to find the problem ;)
      singulars
    3. COHi Rachel, Thanks for your response. I have seen your answers for a couple of other similar errors and those helped in reading the error. If you see the last block of code posted above you will find the ContentControl with the Header Border `<ContentControl Template="{DynamicResource FrameHeader}" Grid.Row="0" x:Name="HeaderBorder" >` But there is no property `NoTarget`. That is part of the error. `FrameViewModel` is in fact the DataContext but the Active property is defined in the class Card instead, as shown in the code above. Any suggestions on how to resolve this?
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload