Ken Robertson's BlogRamblings of a .NET developerYet another odd .NET 1.1 and .NET 2.0 quirk- July 12, 2006 Tonight, we discovered a slight issue when using FeedBurner&39;s click tracking along with Community Server v2.1. After digging into it, I quickly saw the issue, but then as I went a little deeper, realized it was more deceiving than I&39;d thought.There seems to be a slight difference in the Uri class between .NET v1.1 and .NET v2.0. One new property in 2.0 is the "OriginalString", which gives you the original value that was used to construct the Uri.FeedBurner&39;s click.http://weblogs.asp.net/krobertson/archive/2006/07/11/Yet-another-odd-.NET-1.1-and-.NET-2.0... |