Could not load type 'Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemDeniedOrNotExistsException'’
I faced this problem after reinstalling my machine and tried to create a new task in Team Foundation.
The complete error is:
Could not load type 'Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemDeniedOrNotExistsException' from assembly 'Microsoft.TeamFoundation.WorkItemTracking.Client, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f11d50a3a'.
After trying some things, i.e. putting the .dlls manually in the GAC, the solution was: Reinstall the SP1 beta of VS 2008 JOn this page appears some members of the community who had the same problem:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3384694&SiteID=1&pageid=0
Hope it may be useful,
PP