Windows Vista Forums

XmlDataSource not recognized
  1. #1


    madhur Guest

    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

  2. #2


    Bob Brown Guest

    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

XmlDataSource not recognized problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
XML Problem as XMLDatasource from windowsapp to asp.net Miro .NET General 2 28 Oct 2009
cd rom not recognized quiltlady0000 Drivers 10 15 Mar 2009
CDs sometimes not recognized Alan Vista General 0 03 Jun 2007
Repeater and XmlDataSource Jon Davis Vista installation & setup 1 13 Sep 2006
Problem loading XMLDataSource sparrez@gmail.com Avalon 0 06 Sep 2006