Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception - Value of '01/01/0001 00:00:00' is not valid for 'Value'. on empty folder analysis #93

Open
akaer opened this issue Oct 7, 2021 · 0 comments

Comments

@akaer
Copy link

akaer commented Oct 7, 2021

Steps to reproduce:

  • Start LogInsights.exe
  • [File] -> [Load logs] -> |Add folder|
  • Select an empty folder
  • [Export] -> [Filter Logfiles to scope the important stuff]

Error message:

Value of '01/01/0001 00:00:00' is not valid for 'Value'. 'Value' should be between 'MinDate' and 'MaxDate'. (Parameter 'value')
Actual value was 01/01/0001 00:00:00.
	at LogInsights.MainForm.filterLogfilesToScopeTheImportantStuffToolStripMenuItem_Click(Object sender, EventArgs e) in D:\a\IdentityManager.LogInsights\IdentityManager.LogInsights\LogInsights\MainForm.cs:line 292
	at LogInsights.Exporter.FilterAndExport() in D:\a\IdentityManager.LogInsights\IdentityManager.LogInsights\LogInsights\Analyzer\Exporter.cs:line 33
	at LogInsights.Exporter.FilterAndExportBase() in D:\a\IdentityManager.LogInsights\IdentityManager.LogInsights\LogInsights\Analyzer\Exporter.cs:line 80
	at LogInsights.Controls.ExportWithFilterFrm..ctor(DataStore datastore, ExportSettings exportSettings) in D:\a\IdentityManager.LogInsights\IdentityManager.LogInsights\LogInsights\Controls\ExportWithFilterFrm.cs:line 53
	at LogInsights.Controls.ExportWithFilterFrm.FillLogTypePanel() in D:\a\IdentityManager.LogInsights\IdentityManager.LogInsights\LogInsights\Controls\ExportWithFilterFrm.cs:line 329
	at System.Windows.Forms.DateTimePicker.set_Value(DateTime value)
@akaer akaer changed the title Value of '01/01/0001 00:00:00' is not valid for 'Value'. on empty folder analysis Exception - Value of '01/01/0001 00:00:00' is not valid for 'Value'. on empty folder analysis Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant