Mik Kardash
Mik Kardash

Reputation: 630

Web Add-in for TFS Installation Problem

I am creating a simple web app for TFS2008, so I am using the "Microsoft.TeamFoundation.*" assemblies to access TFS. Everything was working really great until I decided to move it from my machine to a separate Win2003 server.

In fact, it was a clean server with latest updates applied. So, I copied my application's binaries and tried to run it. No luck (but what a surprise ;) )!

I had the following talk with system components:

The question I have is as follows:

Please advise! Thank you in advance!


A little more information on the issue:

  1. I have administrative permissions on the server
  2. I am in the Team Foundation Administrators group in TFS, so I have all permissions here as well
  3. The web application is running under separate application pool under my account
  4. The cache folder specified for the TFS Cache components exists and web application full access to it
  5. The "read-only" flag is removed everywhere (cache folder, web application folder)

Upvotes: 0

Views: 133

Answers (1)

Richard Berg
Richard Berg

Reputation: 20782

The short answer is no. The long answer is discussed here: Deployment of code which uses the Microsoft Team Foundation Server APIs

Upvotes: 1

Related Questions