Эта ошибка возникала много раз во время моего проекта, и я придумываю создать новый, но этот проект, над которым я сейчас работаю, имеет ту же проблему, но я хочу сэкономить усилия. Я получаю ошибку в MainWindow.cs [design] и показываю эту ошибку
"Конструктор не может обработать код в строке 32: BunifuAnimatorNS.Animation animation33 = new BunifuAnimatorNS.Animation (); код в методе 'InitializeComponent 'генерируется дизайнером и не должен изменяться вручную. Пожалуйста, удалите все изменения и попробуйте снова открыть дизайнер. "Пожалуйста, помогите мне с этим.
Я новый разработчик, я не знаю, что я должен попробовать
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
BunifuAnimatorNS.Animation animation33 = new BunifuAnimatorNS.Animation();
AnimatorNS.Animation animation34 = new AnimatorNS.Animation();
AnimatorNS.Animation animation35 = new AnimatorNS.Animation();
AnimatorNS.Animation animation32 = new AnimatorNS.Animation();
AnimatorNS.Animation animation31 = new AnimatorNS.Animation();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainWindow));
this.bunifuElipse1 = new Bunifu.Framework.UI.BunifuElipse(this.components);
this.bunifuImageButton1 = new Bunifu.Framework.UI.BunifuImageButton();
this.bunifuImageButton3 = new Bunifu.Framework.UI.BunifuImageButton();
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.bunifuImageButton4 = new Bunifu.Framework.UI.BunifuImageButton();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.logo1 = new Bunifu.Framework.UI.BunifuImageButton();
this.BtnMnu = new Bunifu.Framework.UI.BunifuFlatButton();
this.logoLabel = new System.Windows.Forms.Label();
this.bunifuFlatButton5 = new Bunifu.Framework.UI.BunifuFlatButton();
this.bunifuFlatButton4 = new Bunifu.Framework.UI.BunifuFlatButton();
this.Logo = new Bunifu.Framework.UI.BunifuImageButton();
this.bunifuFlatButton3 = new Bunifu.Framework.UI.BunifuFlatButton();
this.bunifuFlatButton2 = new Bunifu.Framework.UI.BunifuFlatButton();
this.bunifuFlatButton1 = new Bunifu.Framework.UI.BunifuFlatButton();
this.label2 = new System.Windows.Forms.Label();
this.TranslationPanel = new System.Windows.Forms.Panel();
this.bunifuMetroTextbox2 = new Bunifu.Framework.UI.BunifuMetroTextbox();
this.bunifuMetroTextbox1 = new Bunifu.Framework.UI.BunifuMetroTextbox();
Bunifu показывает ошибку в каждой строке
Ошибки в коде конструктора
.cs Ошибка проектирования