Problem with System.XML in SmartPhone Application

  • Thread starter Thread starter okaminer
  • Start date Start date
O

okaminer

Hi
My problem is that it seems that some of the functions have been
disapeared from the XMLDocument Object
For example I can't find the function SelectSingleNode or SelectNodes
I've no idea what the problem is but I'm sure those function are
suppose to be there somewhere

Now I've tried to remove the reference and bring it back up.

If you have any idea why my IDE acting like that please let me know

Thanks,
 
No, they've never been there. XPath is not supported in the CF. Your IDE
is just fine.

--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate
 
There are no SelectSingleNode or SelectNodes in NETCF V1.

If you're using VS 2003, you're using NETCF V1.

If you're using VS 2005, but its V1 project, you're also on NETCF V1.

SP 2003 is NETCF V1 only.


Best regards,

Ilya

This posting is provided "AS IS" with no warranties, and confers no rights.

*** Want to find answers instantly? Here's how... ***

1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
 
Thank for answering

I still have a questions
This versions thing is new to me, you said that creating project in VS
2003 creates V1 project
Since I've just started the project I have the following questions
What if I start new project in VS 2005 is there any differece. Does the
Window CE Second edition support developing with visual studio 2005?
 
Studio 2005 has CF1.0 or 2.0 as options for target projects. PPC 2003 SE is
supported for both under '05.

-Chris
 
Back
Top