You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a Windows Form application that runs on .Net Framework 4.8 . This has a page with grid rows and columns , but when I try to click or double click on one of the grid cells, I get an exception saying "Unrecognized error".
4.8 has introduced some changes in the grid cells as specified in the link https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/.
I think a new version that is compiled for 4.8 and accounts for the above changes in the grid is desirable.
The text was updated successfully, but these errors were encountered:
I have a Windows Form application that runs on .Net Framework 4.8 . This has a page with grid rows and columns , but when I try to click or double click on one of the grid cells, I get an exception saying "Unrecognized error".
4.8 has introduced some changes in the grid cells as specified in the link https://devblogs.microsoft.com/dotnet/announcing-the-net-framework-4-8/.
I think a new version that is compiled for 4.8 and accounts for the above changes in the grid is desirable.
The text was updated successfully, but these errors were encountered: