Problem with subreport in designer
Posted: Tue Oct 02, 2007 5:22 am
Hi,
I drop a subreport control onto the designer and
1. the properties tab blank out ie. just showing black grids
2. click on the subreport control I get "Key 'SubReportCategory' is not found!" and crash the designer
I'm using release 2007.10.01 R2005
here is the stack trace:
at Stimulsoft.Base.Localization.StiLocalization.Get(String category, String key, Boolean throwError)
at Stimulsoft.Base.Localization.StiLocalization.Get(String category, String key)
at Stimulsoft.Base.Localization.StiPropertyDescriptor.get_Category()
at System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.get_PropertyCategory()
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.CategorizePropEntries()
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.CreateChildren()
at System.Windows.Forms.PropertyGridInternal.GridEntry.set_InternalExpanded(Boolean value)
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry..ctor(PropertyGridView gridEntryHost, Object value, GridEntry parent, IServiceProvider baseProvider, IDesignerHost host, PropertyTab tab, PropertySort sortType)
at System.Windows.Forms.PropertyGridInternal.GridEntry.Create(PropertyGridView view, Object[] rgobjs, IServiceProvider baseProvider, IDesignerHost currentHost, PropertyTab tab, PropertySort initialSortType)
at System.Windows.Forms.PropertyGrid.UpdateSelection()
at System.Windows.Forms.PropertyGrid.RefreshProperties(Boolean clearCached)
at System.Windows.Forms.PropertyGrid.Refresh(Boolean clearCached)
at System.Windows.Forms.PropertyGrid.set_SelectedObjects(Object[] value)
at Stimulsoft.Report.Design.Panels.StiPropertiesPanelService.Localize()
at Stimulsoft.Report.Design.StiDesigner.LocalizePanels()
at Stimulsoft.Report.Design.StiBuilder.BuildReport()
at Stimulsoft.Report.Design.StiDesigner.Refresh()
at Stimulsoft.Report.Design.Controls.StiViewControl.OnGotFocus(EventArgs e)
at System.Windows.Forms.Control.WmSetFocus(Message& m)
at System.Windows.Forms.Control.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.UnsafeNativeMethods.SetFocus(HandleRef hWnd)
at System.Windows.Forms.Control.FocusInternal()
at System.Windows.Forms.Control.Focus()
at Stimulsoft.Report.Design.Controls.StiViewControl.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.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.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at dNetReportTest.Program.Main() in C:\\dNetReportTest\\Program.cs:line 17
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()
I drop a subreport control onto the designer and
1. the properties tab blank out ie. just showing black grids
2. click on the subreport control I get "Key 'SubReportCategory' is not found!" and crash the designer
I'm using release 2007.10.01 R2005
here is the stack trace:
at Stimulsoft.Base.Localization.StiLocalization.Get(String category, String key, Boolean throwError)
at Stimulsoft.Base.Localization.StiLocalization.Get(String category, String key)
at Stimulsoft.Base.Localization.StiPropertyDescriptor.get_Category()
at System.Windows.Forms.PropertyGridInternal.PropertyDescriptorGridEntry.get_PropertyCategory()
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.CategorizePropEntries()
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry.CreateChildren()
at System.Windows.Forms.PropertyGridInternal.GridEntry.set_InternalExpanded(Boolean value)
at System.Windows.Forms.PropertyGridInternal.SingleSelectRootGridEntry..ctor(PropertyGridView gridEntryHost, Object value, GridEntry parent, IServiceProvider baseProvider, IDesignerHost host, PropertyTab tab, PropertySort sortType)
at System.Windows.Forms.PropertyGridInternal.GridEntry.Create(PropertyGridView view, Object[] rgobjs, IServiceProvider baseProvider, IDesignerHost currentHost, PropertyTab tab, PropertySort initialSortType)
at System.Windows.Forms.PropertyGrid.UpdateSelection()
at System.Windows.Forms.PropertyGrid.RefreshProperties(Boolean clearCached)
at System.Windows.Forms.PropertyGrid.Refresh(Boolean clearCached)
at System.Windows.Forms.PropertyGrid.set_SelectedObjects(Object[] value)
at Stimulsoft.Report.Design.Panels.StiPropertiesPanelService.Localize()
at Stimulsoft.Report.Design.StiDesigner.LocalizePanels()
at Stimulsoft.Report.Design.StiBuilder.BuildReport()
at Stimulsoft.Report.Design.StiDesigner.Refresh()
at Stimulsoft.Report.Design.Controls.StiViewControl.OnGotFocus(EventArgs e)
at System.Windows.Forms.Control.WmSetFocus(Message& m)
at System.Windows.Forms.Control.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.UnsafeNativeMethods.SetFocus(HandleRef hWnd)
at System.Windows.Forms.Control.FocusInternal()
at System.Windows.Forms.Control.Focus()
at Stimulsoft.Report.Design.Controls.StiViewControl.OnClick(EventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.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.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at dNetReportTest.Program.Main() in C:\\dNetReportTest\\Program.cs:line 17
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()