zoukankan      html  css  js  c++  java
  • 解决VS打开文件出现No EditorOptionDefinition export found for the given option name问题

    转载自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%MicrosoftVisualStudio12.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%MicrosoftVisualStudio12.0

    我的Win7下路径是这个:C:UsersAdministratorAppDataLocalMicrosoftVisualStudio12.0

    3.重命名ComponentModelCache 文件夹

    4.重开VS

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

     
    0
  • 相关阅读:
    内存队列使用Channels
    笔记20210101mongodb
    管道式的开发模式
    企业级应用架构设计
    再入历史旧坑
    路径问题 再次记录
    mongdb驱动的问题
    使用Bumblebee记录
    我和小兔子不得不说的消息v2
    流程设计器jQuery + svg/vml(Demo7
  • 原文地址:https://www.cnblogs.com/weihengblogs/p/7488169.html
Copyright © 2011-2022 走看看