Visual Studio 2010 Designer Error on Run

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

    I had the same problem using A control With Generics

          MvpUserControl : UserControl
    

    what I do it's Remove the Reference and Add again, Clean and Rebuild the Solution I Hope this can be useful for anybody else

提交回复
热议问题