'There is no editor available' error in VS 2010

后端 未结 12 1199
面向向阳花
面向向阳花 2021-01-12 13:48

When I tried to select designer view in VS 2010 I get this error:

There is no editor available for \'c:\\user\\teadrinkinggeek\\documents\\visual

12条回答
  •  情话喂你
    2021-01-12 14:29

    I've also encountered the same problem in Visual Studio 2008. But don't worry folks it's damn simple to solve.

    Just follow the simple steps stated as follows:

    1. Close all the opened programs on your machine.
    2. Go to Command Prompt window
    3. Give the following command : c:\program Files\Microsoft Visual Studio 9.0\Common7\IDE
    4. Now run: devenv /resetskippkgs

    ♦Enjoy coding my pals♦

提交回复
热议问题