Why do I keep getting these erros on build?
"Error 1 'aGridView_aspNET': member names cannot be
as their enclosing type"
aGridView_aspNET.aspx.designer.cs
I get it from this peice of code in my aGridView_aspNET.aspx.designer.cs file.
I have been copying files and renaming them, but I want to be able to do this without this error.
I googled and did not see people with the same error.
the same error messgae, but not the same cause.
I want to understand why this is happening.
the part it is complaining about(with the blue under line) is aGridView_aspNET at the very bottom.
public partial class aGridView_aspNET {
/// <summary>
/// aGridView_aspNET control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl aGridView_aspNET;
}
Super Thanks in advance!
"Error 1 'aGridView_aspNET': member names cannot be
as their enclosing type"
aGridView_aspNET.aspx.designer.cs
I get it from this peice of code in my aGridView_aspNET.aspx.designer.cs file.
I have been copying files and renaming them, but I want to be able to do this without this error.
I googled and did not see people with the same error.
the same error messgae, but not the same cause.
I want to understand why this is happening.
the part it is complaining about(with the blue under line) is aGridView_aspNET at the very bottom.
public partial class aGridView_aspNET {
/// <summary>
/// aGridView_aspNET control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlGenericControl aGridView_aspNET;
}
Super Thanks in advance!