Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The visual Studio component cache is out of date, please restart Visual Studio."

I'm on windows 7, using Atmel studio 7.0. When I opened up my project in Atmel Studio, it failed to load and gave this error:

The Visual Studio component cache is out of date please restart visual studio. 

When I closed and reopened Atmel Studio, the same error continued. I also tried right clicking on my project, and selecting "Reload project" but then I got this error:

Value cannot be null. Parameter name: url 

How can I open up my project?

like image 495
DJMcMayhem Avatar asked Feb 29 '16 21:02

DJMcMayhem


People also ask

How do I restart Mscorlib?

(mscorlib) – Microsoft SQL Server Management Studio. To fix the error message open the Disk Cleanup utility in Windows. Tick the Temporary files tick box and click on OK. Restart Microsoft SQL Server Management Studio and the error message will have disappeared.

How do I clear my SSMS cache?

To clear SQL Server's cache, run DBCC DROPCLEANBUFFERS , which clears all data from the cache. Then run DBCC FREEPROCCACHE , which clears the stored procedure cache.

How do I restart Visual Studio?

You can also use the devenv.exe /SafeMode and /ResetSettings commands to start Visual Studio.

What is SSMS Visual Studio?

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases.


2 Answers

Using "disk cleanup" to cleanup temporary files and that did the trick - as I do not have the "amtelstudio" mentioned - so that was not applicable in my case.

Using Windows explorer - click on the C drive, go to properties and the disk cleanup button is on that panel. Run that to clear out temp files and whatever it was that Visual Studio was saying was out of date - so it is removed.

like image 82
Mark W. Mitchell Avatar answered Sep 24 '22 09:09

Mark W. Mitchell


The solution was actually very simple. I closed Atmel studio, and looked for

%USERPROFILE%\AppData\Local\Temp\AtmelStudio_7.0.790 

I deleted this whole folder, and when I reopened Atmel Studio, everything worked fine.

like image 20
DJMcMayhem Avatar answered Sep 22 '22 09:09

DJMcMayhem