DJMcMayhem
DJMcMayhem

Reputation: 7679

"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?

Upvotes: 33

Views: 62232

Answers (8)

scott_lotus
scott_lotus

Reputation: 3275

  • Close SSMS
  • Delete files in C:\Windows\Temp
  • Open SSMS

Upvotes: 0

Mohammad Abuzar
Mohammad Abuzar

Reputation: 1

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

Upvotes: -1

Repair worked for me:

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

Upvotes: -1

delwasaf ewrew
delwasaf ewrew

Reputation: 577

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

Upvotes: 10

Rohit Anekar
Rohit Anekar

Reputation: 49

Running as administrator did the trick for me.

Upvotes: 4

Sofimagoth
Sofimagoth

Reputation: 9

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

Upvotes: -1

DJMcMayhem
DJMcMayhem

Reputation: 7679

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.

Upvotes: 19

Mark W. Mitchell
Mark W. Mitchell

Reputation: 769

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.

Upvotes: 66

Related Questions