I've tested on two PCs, both the same.
Can some one post a tested working code of query the XML by using LINQ
with compact framework?
Well hang on - you've posted an error which you look in the debugger.
You've said the program is still running. What's it doing that you
don't expect it to?
Could you post a short but complete program which demonstrates the
problem?
Re: How to dynamically resize an array? ... work with XML data, and that is DOM which loads the entire XML document model ... even with LINQ - but, LINQ is definately easier and more straight forward. ... Its used in other technologies too, like CSS, DOM and now that Microsoft officially supports jQuery in ASP.NET, XPATH DOM element look ups is supported. ... (microsoft.public.dotnet.languages.vb)
Re: LINQ and XML for compact framework ... Can some one post a tested working code of query the XML by using LINQ ...XmlReaderSettings settings = new XmlReaderSettings; ...XElement root = XElement.Load; ... based on Windows Mobile 6 SDK and Compact Framework 3.5. ... (microsoft.public.dotnet.languages.csharp)
Re: Datendatei editieren, neu ablegen, wie am besten ... die gängige Variante ist ein rekursives Durchlaufen der Knoten. ... Das ganze mit XML, LINQ, weil Du mir auf den guten Tipp gebracht hast. ...XElement xe2 = null; ... (microsoft.public.de.german.entwickler.dotnet.csharp)
Re: LINQ XElement.load method not working correctly with strings with periods in them ... I am using LINQ to XML, but I think this issue is more widespread, ... This is a bug in the way .NET parses URIs.... It removes the dot at the end but this is not legal according to the standard, which says: "parsers must remove the dot-segments "." ... This is not specific to LINQ; any code path which uses the Uri class will trigger this problem. ... (microsoft.public.dotnet.languages.csharp)
Re: Microsofts bridge between OO and relational ... Test Drive VB9 and DLinq... The January 2006 Language Integrated Query (LINQ) preview for the next ... version of Visual Basic enables automating SQL Server... VB.NET, SQL Server 2005, XML, Visual Studio 2005, ... (comp.databases.theory)