Lars Wilhelmsen

Microsoft Connected Systems MVP

Skip to: Content | Sidebar | Footer

Category: Bug?

WCF Test Client doesn’t speak Norwegian…

22 June, 2010 (10:24) | Bug?, WCF | By: larsw

…at least when it comes to handling of decimal numbers – and it probably goes for all other non-English locales that doesn’t use period as the decimal delimiter. If you look closely at the screenshots below, you’ll notice that I’ve entered 2500,00 – that is two thousand comma zero zero in Norwegian. 250000 – two [...]

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 fixed in MSFTs trunk version of [...]

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" /> <Element [...]