Unable to load any TFS assemblies!
See original GitHub issueI have installed git and git-tfs.
I have opened GIT Bash and entered the command git tfs --version
which results in
Unable to load any TFS assemblies! Could not load file or assembly 'Microsoft.TeamFoundation.Client, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
I’m using VS2015. I have checked the issue #258 but it doesn’t solve the problem.
Issue Analytics
- State:
- Created 8 years ago
- Comments:9 (3 by maintainers)
Top Results From Across the Web
Unable to load any TFS assemblies! · Issue #1258
Could not load file or assembly 'GitTfs.Vs2015\Microsoft.TeamFoundation.Client.dll' or one of its dependencies. Operation is not supported. ( ...
Read more >git-tfs error .
"Unable to load any TFS assemblies! ... An attempt was made to load an assembly from a network location which would have caused...
Read more >TFS: "Could not load type ' ' from assembly" - but only ...
I've checked all the Assembly Names under 'Application' tab of properties in VS as suggested in "Could not load type from assembly error"...
Read more >TFS 2017 Test problem: " Could not load file or assembly ' ...
The error message I'm seeing here is complaining about trying to find a 2015 DLL, which is what I am having difficulty wrapping...
Read more >"Cannot connect to Team Foundation Server" "Could not ...
I encounter this when I publish my test results to TFS 2010 from VS 2017. If you use the workaround from the known...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I solved this issue by unblocking all
exe
anddll
files what came in tfs-git package. You can use this PowerShell script to unblock all files (should be run in folder where you unpacked tfs-git):The solution from @valdisz worked for me too…
Here’s the full log (unfortunately in German) but it seems to be related to this: https://msdn.microsoft.com/en-us/library/dd409252(VS.100).aspx git-tfs_log.txt