Note that there are some explanatory texts on larger screens.

plurals
  1. POTFS 2010 WorkItem Client - Method not found exception
    primarykey
    data
    text
    <p>I have deployed a custom TFS eventpoint to our production webserver. The server does not have the TFS sdk installed so I had to find and bin deploy all dependant dlls. For some reason, when the application tries to contact TFS using the TFS client, it is thrown a missing method exception only on the server. Does anyone know how to get this web service running on a system without installing the full SDK?</p> <p>The bin deployed TFS dlls</p> <ul> <li>Microsoft.TeamFoundation.Client.dll</li> <li>Microsoft.TeamFoundation.Common.dll</li> <li>Microsoft.TeamFoundation.Common.Library.dll</li> <li>Microsoft.TeamFoundation.dll</li> <li>Microsoft.TeamFoundation.WorkItemTracking.Client.Cache.dll</li> <li>Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.dll</li> <li>Microsoft.TeamFoundation.WorkItemTracking.Client.dll</li> <li>Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll</li> </ul> <p>The Exception</p> <pre><code>System.MissingMethodException: Method not found: 'Boolean Microsoft.TeamFoundation.Client.TfsConnection.HandleUnauthorizedException(Microsoft.TeamFoundation.TeamFoundationServerUnauthorizedException)'. at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.HandleComException(Int32 hr) at Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.DatastoreClass.ConnectEx(String connectionString, String defaultCachePath, String instanceId, String userSamName, String userFriendlyName, String userSid, WorkItemServer clientService) at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.InitializeInternal() at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.Microsoft.TeamFoundation.Client.ITfsTeamProjectCollectionObject.Initialize(TfsTeamProjectCollection teamProjectCollection) at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore..ctor(TfsTeamProjectCollection teamProjectCollection) </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload