Strange error occures after writting (seemingly) working piece of xaml code in a WPF application. IDE=Visual Studio 2010
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, All! I'm having another major trouble. I have developed a control, that has some properties, but once I set binding to these properties, a strange error occures during the build. Visual Studio highlights an irrelevant string from the xaml code with green color. here is a code sample which throws that error: Note 2 things: 1) Code below builds fine 2) In an output window of VS, it is stated, that System.Unimplemented exception occurred in PresentationFramework.dll. Usually, such exception means, that requested method is not implemented, which is kinda odd, because this property is indeed implemented.