Visual Studio 2010 Designer Error on Run

后端 未结 17 724
借酒劲吻你
借酒劲吻你 2021-02-03 21:42

I am using using VS2010 and if I have a form open in designer mode and run my application the designer tab will no longer show the form designer but instead an error will be di

17条回答
  •  余生分开走
    2021-02-03 22:39

    I get this visual studio bug too now and then, and I deeply ignore the error text, instead I do the following:

    1. Close the Design-tab
    2. Reopens the Design mode by double click in Solution Explorer, or by right clicking Source code tab and select View Designer
    3. Suddenly everything works again!

    If not helping, you may have to change bullet 2 into: Close and restart Visual Studio.

    Maybe this can help you out.

提交回复
热议问题