For the two other people in the universe playing around with the Team Explorer Extensibility example provided in the VS SDK:
If you're bumping into problems compiling the project because this file:
Microsoft.TeamFoundation.WorkItemTracking.Client.Cache.dll
has invalid attributes - it's because you just need to build the project in a directory other than the default one used by the SDK. (When it's there, the path is too long for the compiler.)
(i.e. copy the project to your desktop, etc.)




Comments