Jordan Belfort
Jordan Belfort
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
How could this FontAwesome.Sharp.IconButton grabar3 end up there and
private void InitializeComponent()
{
InitializeComponent(Grabar3);
}
private void InitializeComponent()
{
InitializeComponent(Grabar3);
}
from where did this came from
9 replies
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
That was the problem
9 replies
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
Tell me how in the earth could this happen:
private void InitializeComponent()
{
InitializeComponent(Grabar3);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent(FontAwesome.Sharp.IconButton grabar3)
private void InitializeComponent()
{
InitializeComponent(Grabar3);
}

#region Windows Form Designer generated code

/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent(FontAwesome.Sharp.IconButton grabar3)
9 replies
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
I was able to solve everything with the designer but still I can't open the Design tab
9 replies
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
I was replacing buttons before and had some errors that I was able to solve, but now...
9 replies
CC#
Created by Jordan Belfort on 3/29/2023 in #help
Unsupported statement value type: Microsoft.DotNet.DesignTools.Client.CodeDom.CodeBodyTextStatement
I don't have many good practices, and wasn't expecting something like this at all
9 replies