Telerik Forums
UI for WinForms Forum
5 answers
243 views
When minimizing and restoring my application I'm getting the following error:

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.


************** Exception Text **************
System.ArgumentOutOfRangeException: Value of '-17' is not valid for 'SmallChange'. 'SmallChange' must be greater than or equal to 0.
Parameter name: SmallChange
   at Telerik.WinControls.UI.RadScrollBarElement.set_SmallChange(Int32 value)
   at Telerik.WinControls.UI.RadFormBehavior.SynchronizeVerticalScrollbarValues()
   at Telerik.WinControls.UI.RadFormBehavior.Form_SizeChanged(Object sender, EventArgs e)
   at System.Windows.Forms.Control.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.WmWindowPosChanged(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at Telerik.WinControls.UI.RadFormControlBase.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.SafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
   at System.Windows.Forms.Form.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
   at Telerik.WinControls.UI.RadFormControlBase.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_Bounds(Rectangle value)
   at Telerik.WinControls.UI.Docking.HostWindow.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Control.OnResize(EventArgs e)
   at System.Windows.Forms.Control.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.WmWindowPosChanged(Message& m)
   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 Telerik.WinControls.UI.Docking.DockWindow.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.SafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   at System.Windows.Forms.Control.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_Bounds(Rectangle value)
   at Telerik.WinControls.UI.TabStripPanel.UpdateActivePanelBounds()
   at Telerik.WinControls.UI.Docking.DocumentTabStrip.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Control.OnResize(EventArgs e)
   at System.Windows.Forms.Control.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.WmWindowPosChanged(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at Telerik.WinControls.RadControl.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.SafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   at System.Windows.Forms.Control.SetBoundsCore(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 Telerik.WinControls.UI.SplitPanel.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_Bounds(Rectangle value)
   at Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.PerformLayout(RadSplitContainer container)
   at Telerik.WinControls.UI.RadSplitContainer.LayoutInternal()
   at Telerik.WinControls.UI.RadSplitContainer.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Control.OnResize(EventArgs e)
   at System.Windows.Forms.Control.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.WmWindowPosChanged(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at Telerik.WinControls.RadControl.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.SafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   at System.Windows.Forms.Control.SetBoundsCore(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 Telerik.WinControls.UI.SplitPanel.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_Bounds(Rectangle value)
   at Telerik.WinControls.UI.Docking.SplitContainerLayoutStrategy.PerformLayout(RadSplitContainer container)
   at Telerik.WinControls.UI.RadSplitContainer.LayoutInternal()
   at Telerik.WinControls.UI.RadSplitContainer.OnLayout(LayoutEventArgs e)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   at System.Windows.Forms.Control.OnResize(EventArgs e)
   at System.Windows.Forms.Control.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.WmWindowPosChanged(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at Telerik.WinControls.RadControl.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.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
   at System.Windows.Forms.SafeNativeMethods.SetWindowPos(HandleRef hWnd, HandleRef hWndInsertAfter, Int32 x, Int32 y, Int32 cx, Int32 cy, Int32 flags)
   at System.Windows.Forms.Control.SetBoundsCore(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 Telerik.WinControls.UI.Docking.RadDock.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.SetBounds(Rectangle bounds, BoundsSpecified specified)
   at System.Windows.Forms.Layout.DefaultLayout.xLayoutDockedControl(IArrangedElement element, Rectangle newElementBounds, Boolean measureOnly, Size& preferredSize, Rectangle& remainingBounds)
   at System.Windows.Forms.Layout.DefaultLayout.LayoutDockedControls(IArrangedElement container, Boolean measureOnly)
   at System.Windows.Forms.Layout.DefaultLayout.xLayout(IArrangedElement container, Boolean measureOnly, Size& preferredSize)
   at System.Windows.Forms.Layout.DefaultLayout.LayoutCore(IArrangedElement container, LayoutEventArgs args)
   at System.Windows.Forms.Layout.LayoutEngine.Layout(Object container, LayoutEventArgs layoutEventArgs)
   at System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.ScrollableControl.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.Form.OnLayout(LayoutEventArgs levent)
   at Telerik.WinControls.UI.RadFormControlBase.OnLayout(LayoutEventArgs levent)
   at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
   at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
   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 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.Form.WndProc(Message& m)
   at Telerik.WinControls.UI.RadFormControlBase.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)




************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
Microsoft.VisualStudio.HostingProcess.Utilities
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.HostingProcess.Utilities/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.HostingProcess.Utilities.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Microsoft.VisualStudio.HostingProcess.Utilities.Sync
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.HostingProcess.Utilities.Sync/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.HostingProcess.Utilities.Sync.dll
----------------------------------------
Microsoft.VisualStudio.Debugger.Runtime
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualStudio.Debugger.Runtime/10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Debugger.Runtime.dll
----------------------------------------
vshost32
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/CPI.vshost.exe
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Deployment
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
----------------------------------------
System.Design
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Xml.Linq
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
----------------------------------------
System.Data.DataSetExtensions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll
----------------------------------------
Telerik.WinControls
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.dll
----------------------------------------
Telerik.WinControls.Docking
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Docking/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Docking.dll
----------------------------------------
Telerik.WinControls.GridView
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.GridView/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.GridView.dll
----------------------------------------
Telerik.WinControls.RadDock
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.RadDock/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.RadDock.dll
----------------------------------------
Telerik.WinControls.Themes.Aqua
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.Aqua/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.Aqua.dll
----------------------------------------
Telerik.WinControls.Themes.Breeze
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.Breeze/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.Breeze.dll
----------------------------------------
Telerik.WinControls.Themes.BreezeExtended
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.BreezeExtended/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.BreezeExtended.dll
----------------------------------------
Telerik.WinControls.Themes.Office2007Black
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2007Black/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2007Black.dll
----------------------------------------
Telerik.WinControls.Themes.Office2010
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.Office2010/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.Office2010.dll
----------------------------------------
Telerik.WinControls.Themes.Windows7
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.Themes.Windows7/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.Themes.Windows7.dll
----------------------------------------
Telerik.WinControls.UI
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Telerik.WinControls.UI/2010.3.10.1109__5bb2a467cbec794e/Telerik.WinControls.UI.dll
----------------------------------------
TelerikCommon
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/TelerikCommon/2010.3.10.1109__5bb2a467cbec794e/TelerikCommon.dll
----------------------------------------
TelerikData
    Assembly Version: 2010.3.10.1109
    Win32 Version: 2010.3.10.1109
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/TelerikData/2010.3.10.1109__5bb2a467cbec794e/TelerikData.dll
----------------------------------------
TXTextControl
    Assembly Version: 15.1.800.500
    Win32 Version: 15.1.800.500
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/TXTextControl/15.1.800.500__6b83fe9a75cfb638/TXTextControl.dll
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
CPI
    Assembly Version: 1.0.0.13
    Win32 Version: 1.0.0.13
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/CPI.EXE
----------------------------------------
Aspose.Words
    Assembly Version: 9.5.0.0
    Win32 Version: 9.5.0.0
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/Aspose.Words.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
usqjvu3y
    Assembly Version: 2010.3.10.1109
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
gzkmykxa
    Assembly Version: 2010.3.10.1109
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
Microsoft.Office.Interop.Outlook
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.4518.1014
    CodeBase: file:///C:/Windows/assembly/GAC/Microsoft.Office.Interop.Outlook/12.0.0.0__71e9bce111e9429c/Microsoft.Office.Interop.Outlook.dll
----------------------------------------
office
    Assembly Version: 12.0.0.0
    Win32 Version: 12.0.6425.1000
    CodeBase: file:///C:/Windows/assembly/GAC/office/12.0.0.0__71e9bce111e9429c/office.dll
----------------------------------------
CPIFacade
    Assembly Version: 1.0.0.13
    Win32 Version: 1.0.0.13
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/CPIFacade.DLL
----------------------------------------
System.Runtime.DurableInstancing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.DurableInstancing/v4.0_4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll
----------------------------------------
SMDiagnostics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.IdentityModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
----------------------------------------
System.WorkflowServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.WorkflowServices/v4.0_4.0.0.0__31bf3856ad364e35/System.WorkflowServices.dll
----------------------------------------
System.ServiceModel.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Web/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll
----------------------------------------
System.ServiceModel.Discovery
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Discovery/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Discovery.dll
----------------------------------------
System.ServiceModel.Activities
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Activities/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Activities.dll
----------------------------------------
System.ServiceModel.Routing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Routing/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Routing.dll
----------------------------------------
Microsoft.VisualStudio.Diagnostics.ServiceModelSink
    Assembly Version: 4.0.0.0
    Win32 Version: 10.0.30319.1
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualStudio.Diagnostics.ServiceModelSink/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualStudio.Diagnostics.ServiceModelSink.dll
----------------------------------------
System.ServiceModel.Channels
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Channels/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Channels.dll
----------------------------------------
System.Security
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Security/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Security.dll
----------------------------------------
CPIUserControlsLibrary
    Assembly Version: 1.0.4007.24831
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/CPIUserControlsLibrary.DLL
----------------------------------------
TXTextControl.RapidSpell.NET
    Assembly Version: 151.4.1.218
    Win32 Version: 151.4.1.218
    CodeBase: file:///C:/VS%20Project/CPI%20-%20Core%20Parliamentary%20Information/CPI%20App%20Main%20Branch/CPI%20Application/bin/Release/TXTextControl.RapidSpell.NET.DLL
----------------------------------------


************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.


For example:


<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Dobry Zranchev
Telerik team
 answered on 15 Apr 2011
1 answer
138 views
Hi

I have following code for the RowFormatting event of a Gridview..

string sam = PostcountSummary();
            GridViewSummaryItem Total = new GridViewSummaryItem("FullName", " Journal Entry Count: {0} ", GridAggregateFunction.Count);
            GridViewSummaryItem sumDebCre = new GridViewSummaryItem("DebitAmount", " $ {0}", GridAggregateFunction.Sum);           
            GridViewSummaryItem sumPost = new GridViewSummaryItem("PostedImage", "{0}", sam);
  
            GridViewSummaryRowItem summaryRowItem = new GridViewSummaryRowItem(new GridViewSummaryItem[] { Total, sumDebCre, sumPost });
  
            if (this.SummaryDataGridView.SummaryRowsBottom.Count > 0)
            {
                this.SummaryDataGridView.SummaryRowsBottom.Clear();
            }
            this.SummaryDataGridView.SummaryRowsBottom.Add(summaryRowItem);
But After Execution(run) the Project  I get Error like---
--TargetInvocationException was unhandled
   Exception has been thrown by the target of an invocation.

Please Let me know, How to Solve this issue...
Thanks

Alexander
Telerik team
 answered on 15 Apr 2011
5 answers
797 views

Hello,
I have a scenario, where i need some help of you guys.

In this sample application i have created 1 Enum with short datatype.
Also, Enum is flagged enum.
[Flags]
public enum MyType : short
{
    None = 0,
    NseFO = 1,
    BseFO = 2,
    NseCM = 4,
    BseCM = 8,
    NseCD = 16,
    Use = 32,
}

Now i have created below code for generate output as shown in picture attached here.

private void Form1_Load( object sender, EventArgs e )
{
    //DataColumn dt =new DataColumn("Value",typeof (Test));
    //dt.DataType = typeof (Test);
    //dttemp.Columns.Add(dt);
    dttemp1.Columns.Add("ID",typeof(int));
    dttemp1.Columns.Add( "Value", typeof( int ) );
 
    //DataColumn dt = dttemp.Columns["Value"];
    //dt.DataType = typeof (Test);
    ////dttemp.Columns.Add(dt);
 
    dttemp1.Rows.Add(0, 0);
    dttemp1.Rows.Add( 1, 1 );
    dttemp1.Rows.Add( 2, 2 );
    dttemp1.Rows.Add( 3, 3 );
    dttemp1.Rows.Add( 4, 4 );
    dttemp1.Rows.Add( 5, 5 );
 
    temp2 = dttemp1.Clone();
    DataColumn dcolumn = temp2.Columns["Value"];
    dcolumn.DataType = typeof( ExchangeType );
 
    DataTable dtfinal = temp2.Clone();
    foreach( DataRow row in dttemp1.Rows )
    {
        temp2.Rows.Add( row.ItemArray );
    }
 
    DataView filter = new DataView(temp2);
 
    dataGridView1.DataSource = filter;
 
    c1Flex1Grid.DataSource = filter;
 
    radGridView2.DataSource = filter;
}

There is no other event handled here for any other grids.

This simple code producing different out put as shown.

Can you tell me how can i get same output in telerikgridview??????
Svett
Telerik team
 answered on 15 Apr 2011
1 answer
92 views
Hi
i couldn't  find my previous post with the same title ... sorry if im reposting it .... but i did a search and didn't find it

im trying to use office 97 them form with my project .. i dont had any tools to put in the ribbons tho . im just trying to use the ribbon tabs and its tab area as a first stage of data navigation. i.e: select tab-project/select project(checkbotton or radpageview tabs) then select further categories and sort option outside the ribbonbar

projects should be added according to data entries and therefore i need to add either radpageview with tab for each project or radbutton which should act as check button
is their a way to add  such raditems to ribontab? can they be docked their?.

note: i thought of using one ribbon group with button for each data entry but the buttons and the raibbongroud dont seem to be fittable inside the available area.

any thoughts will be appreciated.

thx and sorry for reposting 

  
Stefan
Telerik team
 answered on 14 Apr 2011
1 answer
105 views
Hi:
I found that after setting CurrentViewColumn  and CurrentViewRow ,the navigation bar is appered even the property  'Showheader' is false.
calendar.CurrentViewColumn = colForCurrentDate;
calendar.CurrentViewRow = rowForCurrentDate;


any help, thanks advance!
Ivan Todorov
Telerik team
 answered on 14 Apr 2011
3 answers
147 views
How can I cancel the appointment dragging once its started?  For example by pressing the escape key.
Ivan Todorov
Telerik team
 answered on 14 Apr 2011
1 answer
144 views
Hello,

I'm creating an windows forms application (VS 2010), with a custom theme for a tabcontrol. I've created a theme with the thembuilder and in designmode, the theme is loaded correctly, but in runtime my tabcontrol is white and black, without layout.

I've added a radThemeManager and added the them (xml) as resource to my project. I've loaded the theme in my thememanager, but still it won't work.

It's just like the theme is not loaded... Are there any suggestions?

Tnx!
Geert
Top achievements
Rank 1
 answered on 14 Apr 2011
8 answers
169 views
This is crazy.

A simple form, with one control, a radtreeview, opens a data table and attempts to bind it to the control. 

Public Class frmTree2
    Private cmdTemp As New OracleCommand
    Private dvTemp As DataView
    Private dtTemp As New DataTable
    Private daTemp As OracleDataAdapter

    Private Sub frmTree2_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        With cmdTemp
            .CommandType = CommandType.StoredProcedure
            .Connection = db.oraCn
            .CommandText = "badgernet.web_read_util.group_tree_dept"
            .Parameters.Clear()
            .Parameters.Add("out_rs", OracleDbType.RefCursor, DBNull.Value, ParameterDirection.Output)
        End With
        daTemp = New OracleDataAdapter(cmdTemp)
        dtTemp.Clear()
        daTemp.Fill(dtTemp)
        Me.RadTreeView1.DataSource = dtTemp
        Me.RadTreeView1.DisplayMember = "group_name"
        Me.RadTreeView1.ParentIDMember = "p_id"
        Me.RadTreeView1.DataMember = "g_id"
        Me.RadTreeView1.ValueMember = "id"
    End Sub
End Class


That's the whole form.

Table contents
id     g_id  p_id   group_name

500    10    -1     Athletic Dept
780    780    10    May, Keith
141    141    10    Chelesvig, Bart
142    142    10    Clark, Christopher

It will display the name field, but no hierarchy - if I comment out the valuemember line. If I leave that in there I get an "InvalidCastException" - Unable to cast object of type 'System.Windows.Forms.RelatedPropertyManager' to type 'System.Windows.Forms.CurrencyManager'.

I took this code right out of your (so-called) documentation, but it doesn't even come close to working. Any help would be greatly appreciated.

Later
Art
Jack
Telerik team
 answered on 14 Apr 2011
1 answer
307 views
Hello, all

I want the behavior of Tree nodes renaming same as behavior of renaming files and folders in Windows Explorer:
When user press F2 or select node and after a few seconds click node text node starts edit mode.
When user double click on the node I need to open according document. No renaming on node double click.
Could you help me?

Best regards,
Andrew Shyliuk
Stefan
Telerik team
 answered on 14 Apr 2011
4 answers
157 views
Hi,

                  I have made used of PageView outlook mode in that can i have the autohide option for the outlook view .If yes how can i do it or is there any property for this please can anyone tell me about this.....









Thanks
Divya
Ivan Petrov
Telerik team
 answered on 14 Apr 2011
Narrow your results
Selected tags
Tags
GridView
General Discussions
Scheduler and Reminder
Treeview
Dock
RibbonBar
Themes and Visual Style Builder
ChartView
Calendar, DateTimePicker, TimePicker and Clock
DropDownList
Buttons, RadioButton, CheckBox, etc
ListView
ComboBox and ListBox (obsolete as of Q2 2010)
Chart (obsolete as of Q1 2013)
Form
PageView
MultiColumn ComboBox
TextBox
RichTextEditor
PropertyGrid
Menu
RichTextBox (obsolete as of Q3 2014 SP1)
Panelbar (obsolete as of Q2 2010)
PivotGrid and PivotFieldList
Tabstrip (obsolete as of Q2 2010)
MaskedEditBox
CommandBar
PdfViewer and PdfViewerNavigator
ListControl
Carousel
Diagram, DiagramRibbonBar, DiagramToolBox
GanttView
Panorama
New Product Suggestions
Toolstrip (obsolete as of Q3 2010)
VirtualGrid
AutoCompleteBox
Label
Spreadsheet
ContextMenu
Panel
Visual Studio Extensions
TitleBar
Documentation
SplitContainer
Map
DesktopAlert
CheckedDropDownList
ProgressBar
TrackBar
MessageBox
Rotator
SpinEditor
StatusStrip
CheckedListBox
LayoutControl
SyntaxEditor
Wizard
ShapedForm
TextBoxControl
Conversational UI, Chat
DateTimePicker
CollapsiblePanel
TabbedForm
CAB Enabling Kit
GroupBox
DataEntry
ScrollablePanel
ScrollBar
WaitingBar
ImageEditor
Tools - VSB, Control Spy, Shape Editor
BrowseEditor
DataFilter
ColorDialog
FileDialogs
Gauges (RadialGauge, LinearGauge, BulletGraph)
ApplicationMenu
RangeSelector
CardView
WebCam
BindingNavigator
PopupEditor
RibbonForm
Styling
TaskBoard
Barcode
Callout
ColorBox
PictureBox
FilterView
Accessibility
NavigationView
VirtualKeyboard
DataLayout
ToastNotificationManager
ValidationProvider
CalculatorDropDown
Localization
TimePicker
ButtonTextBox
FontDropDownList
Licensing
BarcodeView
BreadCrumb
Security
LocalizationProvider
Dictionary
Overlay
Flyout
Separator
SparkLine
TreeMap
StepProgressBar
SplashScreen
ToolbarForm
NotifyIcon
DateOnlyPicker
Rating
TimeSpanPicker
Calculator
OfficeNavigationBar
TaskbarButton
HeatMap
SlideView
PipsPager
AIPrompt
TaskDialog
TimeOnlyPicker
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?