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

8

33

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?

Exudate answered 29/2, 2016 at 21:43 Comment(0)
E
19

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.

Exudate answered 29/2, 2016 at 21:43 Comment(2)
The version might vary, but deleting the AtmelStudio_* files in %TEMP% and starting it back up again did seem to work for me too, thanks!Mccloud
nothing in that folderParticiaparticipant
B
65

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.

Balkan answered 11/11, 2016 at 16:0 Comment(6)
i got similar error for SQL server management studio after i reinstalled VS 2015 and this solution worked, thanks.Peripheral
A colleague had this error with SQL Server Management Studio (SSMS), cleaning up temp files did the trick, thanks.Sheply
It is working in SSMS 17.6. Error came after unexpected shutdown and then an error pop up when I tried to recover files. After that when I clicked the modify button on stored proc this error came up. Deleting temp folder resolved the problem.Lira
The solution worked for me. The error came after i installed latest windows updates (1803), then i tried launching VS with this error.Bugeye
This solution also worked for me, I had updated SSMS 19.0 to 19.1; error came up any time I tried to open a New Query. Running Disk Cleanup resolved the error. Thanks!Laryngitis
there is no disk cleanup tool in win 10 , nor any previous version of windowsParticiaparticipant
E
19

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.

Exudate answered 29/2, 2016 at 21:43 Comment(2)
The version might vary, but deleting the AtmelStudio_* files in %TEMP% and starting it back up again did seem to work for me too, thanks!Mccloud
nothing in that folderParticiaparticipant
Z
10

Open Run command (window key + r) type %temp% this will open your temp files folder, delete everything. Restart VS

Zeller answered 10/1, 2020 at 9:49 Comment(0)
S
4

Running as administrator did the trick for me.

Shive answered 21/10, 2019 at 6:38 Comment(0)
R
0
  • Close SSMS
  • Delete files in C:\Windows\Temp
  • Open SSMS
Rowdy answered 14/12, 2023 at 8:11 Comment(0)
H
-1

I recommend delete all temporal files like visual because AtmelStudio_7.0.790 isn't in other versions

Homespun answered 9/5, 2018 at 16:28 Comment(0)
A
-1

Repair worked for me:

Control Panel\All Control Panel Items\Programs and Features >> Microsoft Sql Server 2016>>Repair.

Arkose answered 14/1, 2020 at 23:9 Comment(0)
I
-1

Start Management Studio as Administrator.. It's worked for me.

Immiscible answered 19/10, 2020 at 6:56 Comment(1)
The question even says that he is running Atmel Studio, not Management Studio.Ostium

© 2022 - 2024 — McMap. All rights reserved.