Hi.
At some point I noticed three objects with names such as object_762c1357_1303_4649_ab06_ef217d90da91 in my class tree. I created a button to see which type they are (Me.lblTest.Text = Me.object_57d8c557_7ee1_4aa5_9b15_54ca310925ca.GetType.ToString()). They are of RootRadElement type. What is this?
I safely deleted them in the Designer code. I do not want weird objects in my project that have no function. I'd like to know what they were if possible.
I'm using Visual Studio 2005, VB.net 2.0, latest RadControls.
Edit: Maybe it has something to do with RadControls disappearing from the toolbox earlier. I had to manually add them back.
I also experience the following problem: in the RadGridView I try to "Edit UI elements". I change the font size in GridTableBodyElement->GridTableHeaderRowElement and click "Close". When I try to run the project I get an error in Application.Designer.vb:
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.PM_Win._01_10_ProjectTreeStructure ' <- This line.
End Sub
The error says: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was out of range. Must be non-negative and less than the size of the collection.
The I undo the changes in UI elements and it's ok.
Sorry, maybe this edit should be in a separate thread.
At some point I noticed three objects with names such as object_762c1357_1303_4649_ab06_ef217d90da91 in my class tree. I created a button to see which type they are (Me.lblTest.Text = Me.object_57d8c557_7ee1_4aa5_9b15_54ca310925ca.GetType.ToString()). They are of RootRadElement type. What is this?
I safely deleted them in the Designer code. I do not want weird objects in my project that have no function. I'd like to know what they were if possible.
I'm using Visual Studio 2005, VB.net 2.0, latest RadControls.
Edit: Maybe it has something to do with RadControls disappearing from the toolbox earlier. I had to manually add them back.
I also experience the following problem: in the RadGridView I try to "Edit UI elements". I change the font size in GridTableBodyElement->GridTableHeaderRowElement and click "Close". When I try to run the project I get an error in Application.Designer.vb:
<Global.System.Diagnostics.DebuggerStepThroughAttribute()> _
Protected Overrides Sub OnCreateMainForm()
Me.MainForm = Global.PM_Win._01_10_ProjectTreeStructure ' <- This line.
End Sub
The error says: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was out of range. Must be non-negative and less than the size of the collection.
The I undo the changes in UI elements and it's ok.
Sorry, maybe this edit should be in a separate thread.