After installing Visual Studio Professional 2013 update 2, I get the following error :
\"No EditorOptionDefinition export found for the given option name: Adornmen
"No EditorOptionDefinition export found for the given option name: Adornments/HighlichtCurrentLine/Enable Parameters name: optionId"
Conrol Panel -> Programs -> Find Visual Studio -> right click -> repair
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
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.
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.
Rerunning the installation and selecting repair fixed the issue.