I find conflicting information about TFS 2010 client builds. I want to connect to the TFS 2010 server from an ASP.Net application running on IIS 7.5 in the application pool for 64-bit applications only.
I x-copied all the TFS client assemblies to the bin folder of my web application (to avoid having to install the TFS client on the web server), but get an exception from the bad image format from the following assemblies:
- Microsoft.TeamFoundation.WorkItemTracking.Client.Cache.dll
- Microsoft.TeamFoundation.WorkItemTracking.Client.RuleEngine.dll
- Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.dll
All of them seem to be 32-bit nodes only.
Is there a way around this, or should the application pool be enabled for 32-bit applications before you can use the TFS 2010 client builds?
source
share