Johnier
Johnier

Reputation: 11

Error message with Visual Studio 2013 on Windows 7

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

http://ppt.cc/qPl36
(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

Answers (1)

Elyor
Elyor

Reputation: 5532

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!

Resource

Upvotes: 3

Related Questions