Visual Studio 2010 Designer Error on Run

后端 未结 17 771
借酒劲吻你
借酒劲吻你 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:44

    Old post, but for those whom may find this...

    Just ran in to this error and for me it was relatively simple fix.

    Found that it may have something to do with the names of your classes, and renaming the problematic class to a higher order. That is the alphabetical order it appears in the assembly (Where A is higher than Z).

    MSDN Article

    Good luck.

提交回复
热议问题