Lars Wilhelmsen

Connected Systems MVP

Skip to: Content | Sidebar | Footer

Category: Bug?

TFB210602: Failed to copy.

27 October, 2009 (21:01) | Bug?, Continuous+Integration, Microsoft, TFS2010, Workaround | By: larsw

Build error: Value cannot be null. Parameter name: path1. Now that’s a cryptic title, right?
First of all; a big thanks to Jason Barile/MSFT that set me in contact with Aaron Hallberg that in turned found a workaround for the bug I’m about to describe.
Second; The bug is [...]

LINQ to XML: XPathSelectElement Annoyance

12 December, 2008 (14:08) | .NET, Annoyance, Bug?, LINQ to XML, Programming, XPath | By: larsw

It may be me – since I’m no XPath (or XSLT) pro, but the following is in my book a bug – or at least an annoyance category 3:
Given the following XML document loaded into an XDocument:
<?xml version="1.0" encoding="utf-8"?>
<Elements>
<Element Id="1" />
<Element Id="2" />
<Element Id="3" />
<Element Id="4" />
[...]