Reputation: 11
Visual Studio 2013 with Windows 7, when I want to edit C# code, it show me a error
NO Editor option definition export found for the given option name Visual Studio
like at this picture
(source: ppt.cc)
.
Is something wrong with my Visual Studio?
I just change the path with the "project path " in the tool/option/project/general. but I change back when it happen error.
Upvotes: 1
Views: 355
Reputation: 5532
Follow the steps:
Open the folder: %LocalAppData%\Microsoft\VisualStudio\12.0\
Rename the ComponentModelCache folder
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!
Upvotes: 3