Assembly Stimulsoft.Report.Win was not found

Stimulsoft Reports.NET discussion
Post Reply
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Assembly Stimulsoft.Report.Win was not found

Post by johnham »

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.
Thanks,
John Hamilton
Hamilton & Company, LLC
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Assembly Stimulsoft.Report.Win was not found

Post by Lech Kulikowski »

Hello,

Please send us a simple project which reproduces the issue for analysis.

Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Re: Assembly Stimulsoft.Report.Win was not found

Post by johnham »

Do you have a bitbucket account. I have made a branch for you guys. I can invite you to it.
Thanks,
John Hamilton
Hamilton & Company, LLC
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Assembly Stimulsoft.Report.Win was not found

Post by Lech Kulikowski »

Hello,

Please send us a sample project which reproduces the issue for analysis on support@stimulsoft.com

Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Re: Assembly Stimulsoft.Report.Win was not found

Post by johnham »

Sent. Thanks for your help.
Thanks,
John Hamilton
Hamilton & Company, LLC
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: Assembly Stimulsoft.Report.Win was not found

Post by Lech Kulikowski »

Hello,

Thank you, we will check it and will reply to you.
Post Reply