-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Windows.Forms.MonthCalendar control throws NullReferenceException #2475
Labels
Milestone
Comments
Thanks for reporting, we'll take a look! Cc @merriemcgaw @DustinCampbell |
@M-Lipin @vladimir-krestov could you have a look, it may be related to some work done recently |
vladimir-krestov
added a commit
to vladimir-krestov/winforms
that referenced
this issue
Mar 23, 2020
to get correct data from WinAPI messages Fixes Issue dotnet#2912 Related Issue dotnet#2475 Related PR dotnet#2975
RussKie
pushed a commit
that referenced
this issue
Mar 24, 2020
vladimir-krestov
added a commit
to vladimir-krestov/winforms
that referenced
this issue
Apr 6, 2020
against incorrect parameters of methods to avoid exception throwing Related Issues dotnet#2912 and dotnet#2475 Related PR dotnet#2911
RussKie
pushed a commit
that referenced
this issue
Apr 13, 2020
Fixed in #3041 |
vladimir-krestov
added a commit
to vladimir-krestov/winforms
that referenced
this issue
May 12, 2020
against incorrect parameters of methods to avoid exception throwing Related Issues dotnet#2912 and dotnet#2475 Related PR dotnet#2911
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Windows.Forms.MonthCalendar controls throws NullReferenceException when the user clicks to change the date
General
This is a new issue in .NET Core 3.1. It worked fine in .NET Core 3.0
Operating System is Windows 10 Pro.
This happens if the MinDate and MaxDate are set.
I attached a sample to reproduce the issue.
WindowsFormsCoreApp1.zip
I should have posted this to dotnet/winforms. Sorry about that.
The text was updated successfully, but these errors were encountered: