本文介绍了Visual Studio组件缓存过期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
几乎每次我尝试为EF迁移运行update-database命令时,我在Visual Studio 2015中收到以下错误:
-
大部分时间重新启动Visual Studio 2015将修复此问题,但有时我必须通过从C:\Users {UserName} \AppData\Local\Microsoft\VisualStudio\14.0中删除所有项来手动清除组件缓存。 \ComponentModelCache
-
我以管理员身份运行VS2015。
解决方案
你应该去
%APPDATA%\Local\Microsoft\Visual Studio\< version>
并删除ComponentModelChache目录。
Almost every time I try to run the update-database command for EF migrations, I get the following error in Visual Studio 2015:
Most of the time restarting Visual Studio 2015 will fix this, but sometimes I have to clear the component cache manually by removing all items from C:\Users{UserName}\AppData\Local\Microsoft\VisualStudio\14.0\ComponentModelCache
I do run VS2015 as administrator.
解决方案
You should go to
%APPDATA%\Local\Microsoft\Visual Studio\<version>
and delete the ComponentModelChache directory.
这篇关于Visual Studio组件缓存过期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!