Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the reason for error message? I am using VS 2010 professional edition

What's the reason for error message "The snapshot is out of date and cannot be used anymore because type tree has been updated, A new snapshow needs to be acquired"?

This error appeared right after I launched VS2010 and added username/pwd to connect to TFS repository.

I am using VS 2010 professional edition.

like image 562
rt2800 Avatar asked Apr 12 '12 05:04

rt2800


People also ask

How do I fix Visual Studio Installer has stopped working?

Please remove the folder: C:\Program Files (x86)\Microsoft Visual Studio\Installer. Then, re-download the bootstrapper file from the following Microsoft Site and run it as administrator. If the answer is helpful, please click "Accept Answer" and upvote it.

How do I check Visual Studio for errors?

To display the Error List, choose View > Error List, or press Ctrl+\+E.


1 Answers

It happened to me with VS2012 as well after loading the project without source control binding, a local simple WinForms project. All I needed to do was Clean & Rebuild. After that the problem was solved.

like image 109
Narcís Calvet Avatar answered Oct 18 '22 01:10

Narcís Calvet