Assembly Stimulsoft.Report.Win was not found
Posted: Tue Mar 19, 2019 11:25 pm
I just updated to 2019.2.2 and now my code will throw an exception every time Report.Design(true) is called. Here is the stack trace:
System.Exception
HResult=0x80131500
Message=Assembly 'Stimulsoft.Report.Win' is not found
Source=Stimulsoft.Report.Design
StackTrace:
at Stimulsoft.Report.Design.StiDesignerControl.GetRibbonViewerTab()
at Stimulsoft.Report.Design.StiBuilder.AddPlatforms(Boolean showPreview, Boolean showWebPreview, Boolean showHtmlPreview, Boolean showJsPreview)
at Stimulsoft.Report.Design.StiBuilder.BuildReport()
at Stimulsoft.Report.Design.StiDesignerControl.SetZoom(Single zoom)
at Stimulsoft.Report.Design.StiDesignerConfigService.Load()
at Stimulsoft.Report.Design.StiDesignerControl.LoadDesignerParam()
at Stimulsoft.Report.Design.StiDesignerControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have done the obvious. I have referenced ALL assemblies in Reports.NET and I have done a copy local. This assembly is definitely referenced but somehow is popping up with this message still. Any help would be appreciated.
System.Exception
HResult=0x80131500
Message=Assembly 'Stimulsoft.Report.Win' is not found
Source=Stimulsoft.Report.Design
StackTrace:
at Stimulsoft.Report.Design.StiDesignerControl.GetRibbonViewerTab()
at Stimulsoft.Report.Design.StiBuilder.AddPlatforms(Boolean showPreview, Boolean showWebPreview, Boolean showHtmlPreview, Boolean showJsPreview)
at Stimulsoft.Report.Design.StiBuilder.BuildReport()
at Stimulsoft.Report.Design.StiDesignerControl.SetZoom(Single zoom)
at Stimulsoft.Report.Design.StiDesignerConfigService.Load()
at Stimulsoft.Report.Design.StiDesignerControl.LoadDesignerParam()
at Stimulsoft.Report.Design.StiDesignerControl.OnPaint(PaintEventArgs e)
at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
at System.Windows.Forms.Control.WmPaint(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.UserControl.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I have done the obvious. I have referenced ALL assemblies in Reports.NET and I have done a copy local. This assembly is definitely referenced but somehow is popping up with this message still. Any help would be appreciated.