TFS 2015 SDK Missing Microsoft.WITDataStore64.dll

后端 未结 4 1093
长发绾君心
长发绾君心 2020-12-10 13:04

I am attempting to switch to the TFS 2015 SDK dlls (Version 14) for a few reasons. First, they are in nuget and second, the 2013 SDK dlls (Version 12) require the 32-bit fla

4条回答
  •  长情又很酷
    2020-12-10 13:23

    I had to add the dll to the startup-project of my solution to get this to work. example:

    MyTFSApp (windows client) nuget package Microsoft.TeamFoundationServer.ExtendedClient installed or Microsoft.WITDataStore32.dll added to the bin folder

    MyTfsLibrary (class library with code accessing WorkItemStore) nuget package Microsoft.TeamFoundationServer.ExtendedClient installed

提交回复
热议问题