For a few reasons, I want to modify the TreeNode code. I want to add an object member variable to it. So, I have created a new project (Microsoft.Web.UI.WebControls) and added all of the source files to the project. I am getting close to getting it compiled, but am running into a few errors that i don't understand.
Duplicate 'AssemblyProduct' attribute
Duplicate 'AssemblyCompany' attribute
Duplicate 'AssemblyConfiguration' attribute
Duplicate 'AssemblyCopyright' attribute
Duplicate 'AssemblyCulture' attribute
Duplicate 'AssemblyDescription' attribute
Duplicate 'AssemblyTitle' attribute
Duplicate 'AssemblyTrademark' attribute
Duplicate 'AssemblyVersion' attribute
Other languages may permit the internal virtual member 'Microsoft.Web.UI.WebControls.BaseChildNodeCollection.SetViewStateDirty()' to be overridden
Other languages may permit the internal virtual member 'Microsoft.Web.UI.WebControls.Tab.Active.get' to be overridden
Other languages may permit the internal virtual member 'Microsoft.Web.UI.WebControls.TabItem.Active.get' to be overridden
Other languages may permit the internal virtual member 'Microsoft.Web.UI.WebControls.TabSeparator.Active.get' to be overridden
Other languages may permit the internal virtual member 'Microsoft.Web.UI.WebControls.TreeNode.LowerPostBackEvent(string)' to be overridden
Resources 'Resources\Microsoft.Web.UI.WebControls.Design.resources' and 'Resources\Microsoft.Web.UI.WebControls.Design.resx' have the same manifest resource name 'Microsoft.Web.UI.Web.UI.WebControls.Resources.Microsoft.Web.UI.WebControls.Design.resources'.
Resources 'Resources\Microsoft.Web.UI.WebControls.resources' and 'Resources\Microsoft.Web.UI.WebControls.resx' have the same manifest resource name 'Microsoft.Web.UI.Web.UI.WebControls.Resources.Microsoft.Web.UI.WebControls.resources'.
Any help would be appreciated. Thanks