'There is no editor available' error in VS 2010

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

    To solve that issue just check your reference and fix those that has "!".

    This happened to me also: related/additional notes related to this fix.

    Solution Explorer

    --> Expand References

    --> Right click on the item with "Yellow Triange w/ "!" point"

    --> select "Remove"
    

    Open the "Build" Menu at the top

    --> select: Rebuild "filename"

    Double clicking on the from name in Solution Explorer would then open the from normally for me.

提交回复
热议问题