My computer shut down while working on a project and when I opened C# again and recovered it, I got an error saying
There is no editor available \'for
In my case the reason was a wrong unprintable character like '' in code comments. Removing it completely solved problem.