microsoft / SqlNexus

SQL Nexus is a tool that helps you identify the root cause of SQL Server performance issues. It loads and analyzes performance data collected by SQL LogScout, SQLDiag or PSSDiag. It can dramatically reduce the amount of time you spend manually analyzing data.
MIT License
356 stars 101 forks source link

Looking for different folder structure while launching the sqlnexus.exe #104

Closed TomJerry14310164 closed 3 years ago

TomJerry14310164 commented 3 years ago

Screenshot_2 Please find the screenshot of where it is looking for the files:

at Microsoft.Reporting.WinForms.LocalReport..ctor() at Microsoft.Reporting.WinForms.ReportViewer.Reset() at Microsoft.Reporting.WinForms.ReportViewer..ctor() at sqlnexus.fmNexus.InitializeComponent() in C:\Users\jackli\Documents\GitHub\Sqlnexus\sqlnexus\fmNexus.Designer.cs:line 79 at sqlnexus.fmNexus..ctor() in C:\Users\jackli\Documents\GitHub\Sqlnexus\sqlnexus\fmNexus.cs:line 252 at sqlnexus.Program.Main(String[] args) in C:\Users\jackli\Documents\GitHub\Sqlnexus\sqlnexus\Program.cs:line 266

PiJoCoder commented 3 years ago

Hello @TomJerry14310164 . Thank you for reporting this. This exception happens due to a missing Report Viewer control. Added a fix to handle the exception more gracefully but will not solve the larger problem of a missing control.