I can see some have the same problem as I but I have not found a solution on the problem that fixes it for me.
This works on my dev-machine but not in production:
WorkItemStore workItemStore = teamProjectCollection.GetService<WorkItemStore>();
Here is my error message:
Unable to load DLL 'Microsoft.WITDataStore32.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I have copied the file into my bin-folder but it still not work.Could this be anything with IIS-process-user not having access to the file? Where to start?
Anyone experienced the same?
Regards.