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) |