Zapnologica
Zapnologica

Reputation: 22556

Team Foundation Corrupt in Visual Studio

When I try open my VS Solutions I get the following error:

Error message

When I click ok:

2nd Error

I see this error in the log file:

C:\Users\Dylan\Dropbox\Work\Code\FSK Logging Server\FSK Logging Server\FSK_LoggingClient\FSK_LoggingClient.csproj : error : Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' failed to load.

Does any one have any Ideas? I haven't been able to work all day. I have followed other advice on other forums etc. And I have not come right.

This happened after installing VS update 3 ?

Is there a way I can Unbind my projects from TFS so that I can at least work on them?

Upvotes: 2

Views: 2350

Answers (3)

Hossein Mohammadi
Hossein Mohammadi

Reputation: 301

I could resolve this issue after I re-installed the Team Explorer for VS 2013. http://www.microsoft.com/en-us/download/details.aspx?id=40776

Upvotes: 1

Kalpana
Kalpana

Reputation: 31

Hope this helps someone in the future:

This worked for me:

to solve this issue delete all the files under C:\Users\Developer\AppData\Local\Microsoft\Team Foundation\3.0\Cache and restart my VS2010 and everything gone as i need!

https://social.msdn.microsoft.com/Forums/vstudio/en-US/36f1d2e5-af78-4c8c-879e-a85dc2d6ef92/package-load-failure-microsoftvisualstudioteamfoundationversioncontrolhatpackage?forum=tfsgeneral

Upvotes: 3

Dylan Smith
Dylan Smith

Reputation: 22245

Run the Visual Studio installer, and choose repair. If that doesn't work, uninstall/reinstall Visual Studio.

Upvotes: 2

Related Questions