Reputation: 7679
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
Reputation: 1
Start Management Studio as Administrator.. It's worked for me.
Upvotes: -1
Reputation: 1
Repair worked for me:
Control Panel\All Control Panel Items\Programs and Features >> Microsoft Sql Server 2016>>Repair.
Upvotes: -1
Reputation: 577
Open Run command (window key + r) type %temp% this will open your temp files folder, delete everything. Restart VS
Upvotes: 10
Reputation: 9
I recommend delete all temporal files like visual because AtmelStudio_7.0.790 isn't in other versions
Upvotes: -1
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
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