I got error TF31002 when trying to connect to TFS 2010 with Visual Studio 2008: The basic problem is that in Team Explorer, before Visual…
Month: June 2010
By default, ConfigurationElementCollections don’t implement IEnumerable<T>, so if you are using custom configuration sections you can’t query them with linq. I found a casting solution,…