I'm just starting to use XaMLPad and I'm getting very frustrated! I'm trying to use http://tinyurl.com/5rldc4 , and trying to learn from Microsoft. I opened the editor, and tried a cut and paste on the first example, the one with the yellow smiley face. I get all sorts of error messages! Starting with: "The tag 'Page' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/XAML/presentation'. Line '1' Position '2'." What is the problem and how do I resolve it? Thanks! Ross
Ross M. Greenberg wrote: > I'm just starting to use XaMLPad and I'm getting very frustrated! > > I'm trying to use http://tinyurl.com/5rldc4 , and trying to learn from Microsoft. I opened the editor, and tried a cut and paste on the first example, the one with the yellow smiley face. > > I get all sorts of error messages! Starting with: > > "The tag 'Page' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/XAML/presentation'. Line '1' Position '2'." > > What is the problem and how do I resolve it? I think the namespace name is 'http://schemas.microsoft.com/winfx/2006/xaml/presentation' so try changing the case (i.e. XAML -> xaml). -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/
> I think the namespace name is > 'http://schemas.microsoft.com/winfx/2006/xaml/presentation' so try > changing the case (i.e. XAML -> xaml). > > -- > > Martin Honnen --- MVP XML > http://JavaScript.FAQTs.com/ and that was it! I changed the casing and now it works like a champ... and I feel extraordinarily stupid! Thanks Martin! Ross