Resource editor not available in Visual Studio 2008

雨燕双飞 提交于 2019-12-01 13:23:29

Have you changed the file type association for RESX? Reset the assocations: Tools -> Options -> Environment -> Reset File Associations

You may also want to try a repair install on Visual Studio (if you have the time...)

Daniel Daranas

I finally solved my problem. What I did, inspired by this answer to another question, was:

  • Reinstall Visual Studio - to no success. Looking at it retrospectively, maybe my uninstall wasn't complete - but I really thought I had uninstalled it.
  • Start Visual Studio in safe mode: from the Windows command prompt (Start|Run...), type devenv /safemode.
  • At the Project menu, click Properties. A message appeared saying that some relevant package (something like Project Designer) had not been loaded due to previous errors, and I could load it again by starting Visual Studio with devenv /resetskippkgs. After doing so, the project properties are loaded normally. As a consequence, the resources, which belong to these properties, can be viewed.

So, to summarize, I just needed to take advantage of devenv /safemode, after which Visual Studio suggested me to use devenv /resetskippkgs.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!