At first I was having the same problem as original poster, I kept getting the No Property registered message whenever I tried to place the ComboBox in my usercontrol's designer. I tried with a few different types of controls, some worked while others gave me this same message. I closed the solution and reopened it a few times and still received the same error. I tried in a few new projects with the same results. Then all of a sudden I was able to place the control in a new project so I tried again in my original project and it allowed me to place the combobox. Now I get the error when trying to run my application (it however seems to work in a new empty project).... it pops up when trying to do this line in InitializeComponent()...
This is what I get whenever I copy the error details into my clipboard:
Telerik.WinControls.RadPropertyNotFoundException was unhandled
Message="No such property registered: Image, Telerik.WinControls.UI.RadButtonItem"
Source="Telerik.WinControls"
PropertyName="Image"
TypeName="Telerik.WinControls.UI.RadButtonItem"
StackTrace:
at Telerik.WinControls.RadProperty.Find(String className, String propertyName)
at Telerik.WinControls.XmlPropertySetting.DeserializeProperty(String property)
at Telerik.WinControls.XmlPropertySetting.Deserialize()
at Telerik.WinControls.XmlStyleSheet.DeserializePropertySettingGroups(PropertySettingGroupCollection resGroups)
at Telerik.WinControls.PartiallyLoadedStyleSheet.get_PropertySettingGroups()
at Telerik.WinControls.XmlStyleSheet..ctor(StyleSheet style)
at Telerik.WinControls.StyleBuilderBase.get_BuilderData()
at Telerik.WinControls.RadElement.ApplyTheme()
at Telerik.WinControls.RadElement.ApplyThemeRecursive()
at Telerik.WinControls.RadElement.ApplyThemeRecursive()
at Telerik.WinControls.RadElement.ApplyThemeRecursive()
at Telerik.WinControls.RadElement.ApplyThemeRecursive()
at Telerik.WinControls.RootRadElement.ControlThemeChanged()
at Telerik.WinControls.ComponentThemableElementTree.CallContorlThemeChanged()
at Telerik.WinControls.ComponentThemableElementTree.ApplyThemeToElementTree()
at Telerik.WinControls.ComponentThemableElementTree.EnsureThemeAppliedInitially()
at Telerik.WinControls.ComponentThemableElementTree.EnsureChildItems()
at Telerik.WinControls.RadFormControlBaseOld.EnsureChildItems()
at Telerik.WinControls.RadFormOld.get_FormElement()
at Telerik.WinControls.RadFormOld.OnStyleChanged(EventArgs e)
at System.Windows.Forms.Control.UpdateStyles()
at System.Windows.Forms.Form.UpdateFormStyles()
at System.Windows.Forms.Form.set_ControlBox(Boolean value)
at Telerik.WinControls.RadPopupForm..ctor(PopupEditorBaseElement owner)
at Telerik.WinControls.UI.RadSizablePopupForm..ctor(PopupEditorBaseElement owner)
at Telerik.WinControls.UI.ComboPopupForm..ctor(PopupEditorBaseElement owner)
at Telerik.WinControls.UI.RadComboBoxElement.CreatePopupForm()
at Telerik.WinControls.UI.PopupEditorBaseElement.get_PopupForm()
at Telerik.WinControls.UI.RadComboBoxElement.get_ComboPopupForm()
at Telerik.WinControls.UI.RadComboBoxElement.get_ListBoxElement()
at Telerik.WinControls.UI.RadComboBox.WireEvents()
at Telerik.WinControls.UI.RadComboBox.CreateChildItems(RadElement parent)
at Telerik.WinControls.RadControl.Telerik.WinControls.IComponentTreeHandler.CreateChildItems(RadElement parent)
at Telerik.WinControls.RadControl.ComponentOverrideElementTree.CreateChildItems(RadElement parent)
at Telerik.WinControls.ComponentThemableElementTree.EnsureChildItems()
at Telerik.WinControls.RadControl.get_MaximumSize()
at System.Windows.Forms.Control.ApplyBoundsConstraints(Int32 suggestedX, Int32 suggestedY, Int32 proposedWidth, Int32 proposedHeight)
at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at Telerik.WinControls.RadControl.CallSetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at Telerik.WinControls.RadControl.Telerik.WinControls.IComponentTreeHandler.CallSetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at Telerik.WinControls.ComponentLayoutElementTree.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at Telerik.WinControls.RadControl.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
at System.Windows.Forms.Control.set_Location(Point value)
at VirtualPlannerBuilder.DesignCatProductCtrl.InitializeComponent() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\DesignVPBAddin\DesignCatProductCtrl.Designer.cs:line 97
at VirtualPlannerBuilder.DesignCatProductCtrl..ctor() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\DesignVPBAddin\DesignCatProductCtrl.cs:line 21
at VirtualPlannerBuilder.VPBAddin.Load() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\DesignVPBAddin\DesignVBPAddin.cs:line 59
at VirtualPlannerBuilder.MainController.LoadAddins() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\MainController.cs:line 164
at VirtualPlannerBuilder.MainForm..ctor() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\MainForm.cs:line 31
at VirtualPlannerBuilder.Program.Main() in D:\Travail\CatalogExpress\Dev\PDP\Src\CatalogExpress\VirtualPlannerWizard\Program.cs:line 18
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: