This question is locked. New answers and comments are not allowed.
Hi there,
At this time, my supervisor ask the support about your Minifier to reduce size of dll. Later, the support team sent back a minified version of dll that we have listed for them. However, there are problems. Any form that contains RadControl will have XamlParseException error something like "Failed to create a 'System.Type' from the" in the InitializeComponent();
Currently I can found only 2 different exception message as below.
- Failed to create a 'System.Type' from the text 'telerik:RadExpander' Line: No.5
- Failed to create a 'System.Type' from the text 'telerikInput:RadNumericUpdown' Line: No.10
the support team said it might relate to the "Style" or "ContentTemplate" that we use in our project. But I have searched through our project and cannot find any style that relate to either RadExpander or RadNumericUpdown. In addition, some form didn't use any said controls but the problem still occurs. Also some forms have exception on NumericUpdown while somes have exception on RadExpander. However, when I tested dll in my own little project, problem doesn't occur so I think dll might not be the problem
Below are the list of controls that we used
- RadButton
- RadChart
- RadColorPicker
- RadComboBox
- RadComboBoxItem
- RadContextMenu
- RadDataPager
- RadDatePicker
- RadDocking
- RadDockPanel
- RadDocument
- RadGauge
- RadGridView
- RadLinearSparkline
- RadMenu
- RadMenuItem
- RadPane
- RadPaneGroup
- RadRadioButton
- RadSlider
- RadSplitContainer
- RadTabControl
- RadTabItem
- ***RadTimeBar (Note that this one also has a problem because we couldn't find this control from the minified DLL)
- RadToggleButton
- RadTreeView
- RadTreeViewItem
- RadWindow
and Here are the list of the dll that your support team has sent back. Its version is 2011.3.1220
* Telerik.Windows.Controls.Charting
* Telerik.Windows.Controls.Data
* Telerik.Windows.Controls.DataVisualization
* Telerik.Windows.Controls
* Telerik.Windows.Controls.Docking
* Telerik.Windows.Controls.Gauge
* Telerik.Windows.Controls.GridView
* Telerik.Windows.Controls.Input
* Telerik.Windows.Controls.Navigation
* Telerik.Windows.Data
I am looking forward for your help to solve these exception problems
Thanks
At this time, my supervisor ask the support about your Minifier to reduce size of dll. Later, the support team sent back a minified version of dll that we have listed for them. However, there are problems. Any form that contains RadControl will have XamlParseException error something like "Failed to create a 'System.Type' from the" in the InitializeComponent();
Currently I can found only 2 different exception message as below.
- Failed to create a 'System.Type' from the text 'telerik:RadExpander' Line: No.5
- Failed to create a 'System.Type' from the text 'telerikInput:RadNumericUpdown' Line: No.10
the support team said it might relate to the "Style" or "ContentTemplate" that we use in our project. But I have searched through our project and cannot find any style that relate to either RadExpander or RadNumericUpdown. In addition, some form didn't use any said controls but the problem still occurs. Also some forms have exception on NumericUpdown while somes have exception on RadExpander. However, when I tested dll in my own little project, problem doesn't occur so I think dll might not be the problem
Below are the list of controls that we used
- RadButton
- RadChart
- RadColorPicker
- RadComboBox
- RadComboBoxItem
- RadContextMenu
- RadDataPager
- RadDatePicker
- RadDocking
- RadDockPanel
- RadDocument
- RadGauge
- RadGridView
- RadLinearSparkline
- RadMenu
- RadMenuItem
- RadPane
- RadPaneGroup
- RadRadioButton
- RadSlider
- RadSplitContainer
- RadTabControl
- RadTabItem
- ***RadTimeBar (Note that this one also has a problem because we couldn't find this control from the minified DLL)
- RadToggleButton
- RadTreeView
- RadTreeViewItem
- RadWindow
and Here are the list of the dll that your support team has sent back. Its version is 2011.3.1220
* Telerik.Windows.Controls.Charting
* Telerik.Windows.Controls.Data
* Telerik.Windows.Controls.DataVisualization
* Telerik.Windows.Controls
* Telerik.Windows.Controls.Docking
* Telerik.Windows.Controls.Gauge
* Telerik.Windows.Controls.GridView
* Telerik.Windows.Controls.Input
* Telerik.Windows.Controls.Navigation
* Telerik.Windows.Data
I am looking forward for your help to solve these exception problems
Thanks