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
============================================================================
If this answer satisfies your queries then please click on 'Mark as Answer'
----------------------------------------------------------------------------
sjsuchic
Member
70 Points
14 Posts
Modifying TreeView and TreeNode
Mar 24, 2004 12:21 PM|LINK
webnoel
Member
35 Points
29 Posts
Re: Modifying TreeView and TreeNode
Aug 05, 2009 07:48 AM|LINK
Were you to find a solution to this?
Please do let me know.
thanks
If this answer satisfies your queries then please click on 'Mark as Answer'
----------------------------------------------------------------------------
Noel Fernandes