How to resolve VS2010 Windows Form Designer issue (base class could not be loaded)

前端 未结 8 2127
天命终不由人
天命终不由人 2021-01-01 11:16

I have recently been getting an error in the Windows Forms designer of VS2010SP1 when using inherited UserControls.

The error is

The designer

8条回答
  •  时光取名叫无心
    2021-01-01 12:04

    1. Clean Project (not sure if this is necessary)
    2. Set build to Release
    3. Rebuild Project

    The forms designer will not rebuild the forms that you manually edited if you build the project in Debug mode apparently.

提交回复
热议问题