“There is no editor available for” Can't open .cs

后端 未结 11 1721
感情败类
感情败类 2020-12-18 23:35

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

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-19 00:09

    In my case the reason was a wrong unprintable character like '' in code comments. Removing it completely solved problem.

提交回复
热议问题