I'm working with WiX installer and trying to open my Installer files .wxs for editing and i'm getting a this error.
No EditorOptionDefinition export found for the given option name:TextViewHost/LineNumberMargin Parameter name:optionId
I'm working with WiX installer and trying to open my Installer files .wxs for editing and i'm getting a this error.
No EditorOptionDefinition export found for the given option name:TextViewHost/LineNumberMargin Parameter name:optionId
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 was facing the exact issue where I was not able to open any files(code) . The easiest way in which we can resolve issue is to download the visual studio web essentials .(http://vswebessentials.com/download) Once you download you will be able to open your files and no error will be thrown.
thanks, Abhimanyu