Using the TFS2010 Client in a 64-bit IIS Process Only

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?

+3
source share
1 answer

See my blog post on Installing TFS Server Components Only . This will allow you to get the 64-bit components that you need on your web server.

+4
source

Source: https://habr.com/ru/post/1774225/


All Articles