Project does not load after installing visual studio 2013 update 2

前端 未结 5 846
渐次进展
渐次进展 2021-01-08 00:01

After installing Visual Studio Professional 2013 update 2, I get the following error :

\"No EditorOptionDefinition export found for the given option name: Adornmen

相关标签:
5条回答
  • 2021-01-08 00:19

    "No EditorOptionDefinition export found for the given option name: Adornments/HighlichtCurrentLine/Enable Parameters name: optionId"

    Conrol Panel -> Programs -> Find Visual Studio -> right click -> repair

    0 讨论(0)
  • 2021-01-08 00:31

    I had also faced the same issue after I installed Visual Studio 2013 Update 3. I’ve Visual Studio 2013 Professional edition.

    As suggested on this link: http://gerardbeckerleg.wordpress.com/2013/10/24/no-editoroptiondefinition-export-found-for-the-given-option-name/#comment-259

    I installed Web Essentials 2013 for VS 2013 and the issue of not opening code files resolved.

    Here is link for Web Essentials 2013:- http://visualstudiogallery.msdn.microsoft.com/56633663-6799-41d7-9df7-0f2a504ca361

    0 讨论(0)
  • 2021-01-08 00:32

    Perhaps this is not the cause of your crash, but I got a similar error twice and I have fixed it like so:

    I had VisualSVN installed in VS2013. Once I've unistalled it (from Windows' "Uninstall or Change a Program") everything was OK. Then I've re-installed it.

    Seems like it was caused by newly installed addons messing up VisualSVN's setup... (In my case VS2013 crashed during launch.)

    I hope this helps somebody.

    0 讨论(0)
  • 2021-01-08 00:36

    As mentioned in this link

    1.Close Visual Studio
    2.Open the folder: %LocalAppData%\Microsoft\VisualStudio\12.0\
    3.Rename the ComponentModelCache folder
    4.Restart Visual Studio.
    
    0 讨论(0)
  • 2021-01-08 00:44

    Rerunning the installation and selecting repair fixed the issue.

    0 讨论(0)
提交回复
热议问题