InvalidProgramException in Team Foundation Server Sample
问题 Hi I get an System.InvalidProgramException while trying to run the Example Project called "C# Example.WorkItemBrowser". The Exception also apears when I try to execute these lines: TeamFoundationServer tfserver = new TeamFoundationServer("http://localhost:8085"); tfserver.EnsureAuthenticated(); WorkItemStore store = new WorkItemStore(tfserver); Console.WriteLine(store.Projects.Count); I'm using the 2008 Visual Studio SDK for that. PEverify for the assembly Microsoft.TeamFoundation