Home

LINQPad 5 fails to load native Microsoft.WITDataStore64.dll from Nuget package

Hi,
I wanted to switch from referencing libraries in some VisualStudio folders, that change between versions and types of VS, to Nuget package. There is Microsoft.TeamFoundationServer.ExtendedClient package that has all needed dlls and it works, mostly.
What doesn't work is using WorkItemStore that has reference to the native library: Microsoft.WITDataStore64.dll.
I cannot add a reference to it in the script as it fails with lack of metadata. It is not copied to the shadow folder.
The only way I managed to make it work with LINQPad is to copy it the the folder where other .NET libraries are located and disable shadow copy.
I can live with that but it's a PITA :).

Comments

Sign In or Register to comment.