转载自http://stackoverflow.com/questions/23893497/no-editoroptiondefinition-export-found-error的第一个回答

 

After a reboot and some more research I found this post from a blog. The error described is not the same error I am seeing, however, it was close enough to warrant a try.

Follow the steps:

  1. Close Visual Studio
  2. Open the folder: %LocalAppData%\Microsoft\VisualStudio\12.0\

  3. Rename the ComponentModelCache folder

  4. Restart Visual Studio.

Visual studio will recreate the folder and all will be well with the world (or at least VS). I love a simple solution, and I hope its of use to anybody else who runs into this issue!

 

1.关闭VS

2.打开文件夹(这个路径可以直接复制到地址栏)%LocalAppData%\Microsoft\VisualStudio\12.0\

我的Win7下路径是这个:C:\Users\Administrator\AppData\Local\Microsoft\VisualStudio\12.0

3.重命名ComponentModelCache 文件夹

4.重开VS

VS会自动重新创建这个文件夹,就能用了,问题解决~

 
0

相关文章:

  • 2021-09-10
  • 2021-12-16
  • 2021-06-27
  • 2021-09-26
  • 2021-06-14
  • 2022-12-23
  • 2021-06-21
  • 2021-06-06
猜你喜欢
  • 2021-05-14
  • 2022-12-23
  • 2021-08-03
  • 2022-12-23
  • 2021-10-19
  • 2021-06-29
相关资源
相似解决方案