TFS WebParts in a 64bit SharePoint environment
In my post on using TFS WebParts in Sharepoint I provided a proof of concept set of source to allow work items to be viewed and edited within 32bit SharePoint 2007. However I hit a problem that our live SharePoint is running 64bit and the TFS API is only available for 32bit, so the WebParts could not be loaded. To get round this problem I have built a version of the WebParts that move all the 32bit TFS API calls into a separate web service....