Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - XmlDataSource not recognized

 
 
Old 03-02-2006   #1 (permalink)
madhur


 
 

XmlDataSource not recognized

Hello

I am using the Jan CTP runtime for devoping WPF applications. I have
made a simple application which gathers data from the XML file. However
Visual Studio is unable to recognize this tag.

<Window x:Class="databinding.Window1"
xmlns="http://schemas.microsoft.com/winfx/avalon/2005"
xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"
Title="databinding"
>

<Window.Resources>
<XmlDataSource x:Key="Family" Source="family.xml"
XPath="/Family/Person" />

</Window.Resources>

Error 2 Unknown tag 'XmlDataSource' in namespace
'http://schemas.microsoft.com/winfx/avalon/2005'. Note that tag names
are case sensitive.

Any help. Thanks..

Madhur Ahuja


My System SpecsSystem Spec
Old 03-04-2006   #2 (permalink)
Bob Brown


 
 

Re: XmlDataSource not recognized

I think that there is something called XmlDataProvider which has replaced
this. I'm not sure how similar the functionality is between the two,
because I haven't had a chance to delve into this feature much yet.

I have found Beatriz Costa's blog at http://www.beacosta.com/ to be a very
useful resource for this type of stuff, though. Your mileage may vary.

-Bob


"madhur" <ahuja.madhur@gmail.com> wrote in message
news:1141303400.150847.303580@i40g2000cwc.googlegroups.com...
> Hello
>
> I am using the Jan CTP runtime for devoping WPF applications. I have
> made a simple application which gathers data from the XML file. However
> Visual Studio is unable to recognize this tag.
>
> <Window x:Class="databinding.Window1"
> xmlns="http://schemas.microsoft.com/winfx/avalon/2005"
> xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005"
> Title="databinding"
> >

> <Window.Resources>
> <XmlDataSource x:Key="Family" Source="family.xml"
> XPath="/Family/Person" />
>
> </Window.Resources>
>
> Error 2 Unknown tag 'XmlDataSource' in namespace
> 'http://schemas.microsoft.com/winfx/avalon/2005'. Note that tag names
> are case sensitive.
>
> Any help. Thanks..
>
> Madhur Ahuja
>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
DVD Not Recognized Vista General
dvd-rw not recognized General Discussion
alt-key not recognized Vista General
Repeater and XmlDataSource Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46