'There is no editor available' error in VS 2010

后端 未结 12 1198
面向向阳花
面向向阳花 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:45

    You can also receive this message if the Build Action property is set to None on the (.cs/.vb) file.

    Click on the (.cs/.vb) file in your project, look at the Properties Window (press F4 if not visible), make sure that the Build Action property is set to Compile.

    Its a really misleading error message in this case.

提交回复
热议问题