This is a migrated thread and some comments may be shown as answers.

sectionGroupName known bug?

1 Answer 132 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
PortVista
Top achievements
Rank 2
PortVista asked on 07 Jun 2007, 05:27 PM
Just wondering if this is another known Telerik bug, or something I'm doing wrong? Looks like I can't even use Telerik Shaped Forms without getting errors!

System.ArgumentException: The parameter 'sectionGroupName' is invalid. 
Parameter name: sectionGroupName 
   at System.Configuration.MgmtConfigurationRecord.GetSectionGroup(String configKey) 
   at System.Configuration.Configuration.GetSectionGroup(String sectionGroupName) 
   at System.Configuration.ClientSettingsStore.DeclareSection(Configuration config, String sectionName) 
   at System.Configuration.ClientSettingsStore.GetConfigSection(Configuration config, String sectionName, Boolean declare) 
   at System.Configuration.ClientSettingsStore.WriteSettings(String sectionName, Boolean isRoaming, IDictionary newSettings) 
   at System.Configuration.LocalFileSettingsProvider.SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values) 
   at System.Configuration.SettingsBase.SaveCore() 
   at System.Configuration.SettingsBase.Save() 
   at System.Configuration.ApplicationSettingsBase.Save() 
   at APM.MainForm.MainForm_Resize(Object sender, EventArgs e) 
   at System.Windows.Forms.Control.OnResize(EventArgs e) 
   at System.Windows.Forms.Form.OnResize(EventArgs e) 
   at System.Windows.Forms.Control.OnSizeChanged(EventArgs e) 
   at Telerik.WinControls.UI.ShapedForm.OnSizeChanged(EventArgs e) 
   at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight) 
   at System.Windows.Forms.Control.UpdateBounds() 
   at System.Windows.Forms.Control.WndProc(Message& m) 
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
   at System.Windows.Forms.ContainerControl.WndProc(Message& m) 
   at System.Windows.Forms.Form.WndProc(Message& m) 
   at Telerik.WinControls.UI.ShapedForm.WndProc(Message& m) 
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 08 Jun 2007, 07:33 AM
Hi Jason,

We are not sure that this is bug in our controls. Can you give us more information about your application and how to reproduce the problem? If possible, please provide us your code so that we can review it.

 
Greetings,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
PortVista
Top achievements
Rank 2
Answers by
Jack
Telerik team
Share this question
or