Tech Stuff with Rybo
An overview of technical problems and my solutions for them.
Showing posts with label
name
.
Show all posts
Showing posts with label
name
.
Show all posts
Thursday, September 2, 2010
No applicable name scope exists to resolve the name, Error. C# WPF
This error can occur when:
A storyboard begins -> myStoryBoard.Begin(myElement); <- and a programatically created element has not been added to a parent yet.
Add 'myElement' to a parent on the form.
Older Posts
Home
Subscribe to:
Posts (Atom)