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.

x:Bind sample fails to build

See original GitHub issue

Hi, when I try to build the x:Bind sample I get this error:

CS0103 The name 'DependencyPropertyChanged_Grid1_Children_5__Visibility' does not exist in the current context

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
oldnewthingcommented, May 4, 2016

The binding team has confirmed that this is a bug in the XAML compiler that went out in the 14295 SDK. A fix will be available in the next SDK. Sorry for the inconvenience.

0reactions
SoftwareOnSailboatscommented, Jul 31, 2016

Thank you for the follow up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compile error with x:Bind in ConverterParameter (UWP)
Ok, I basically have two ListView s that load a collection which then needs to be presented with a certain style.
Read more >
{x:Bind} markup extension - UWP - Microsoft Learn
If the type returned doesn't have the member, it will fail at compile time. You can specify a cast to tell binding the...
Read more >
x:Bind outside data templates is extremely inconsistent #2508
x:Bind to a property outside the data template works fine ✓; x:Bind to that same property but with function binding fails to build...
Read more >
Building a Master-Detail page with WinUI 3 and MVVM
In this article we show how to build a Master-Detail page in a WinUI 3 Desktop application. The Master-Detail (a.k.a. List-Details) pattern ...
Read more >
How to Bind to a DataTemplate in UWP - DEV Community ‍ ‍
Every data template must have a type associated to it. This not only will save you some time with suggestions when you are...
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