'Unhandled controller exception' in User management, User list page on clean install - Version 7.7.1 and 7.7.2
I get an 'Unhandled controller exception occurred
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The best overloaded method match for 'System.Collections.Generic.Dictionary
I had a version 7.6.3 site which was working and then upgraded using the Nuget package to 7.7.1 and this error started occurring. I have subsequently installed several clean sites using both the Nuget and the download packages for 7.7.1 and 7.7.2 and both have the same problem. I create a new database schema in MySQL Version 5.7.13 on a windows 10 Pro machine and let the Umbraco install do it's work. I then login and go the the 'Users' section and see the following messaga: ' Server error: Contact administrator, see log for full details.
Failed to retrieve users paged result '.
The full error message in the log is as follows:
2017-10-03 17:40:46,349 [P192/D5/T81] ERROR Umbraco.Web.Editors.UsersController - Unhandled controller exception occurred
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The best overloaded method match for 'System.Collections.Generic.Dictionary
I've tried the 3 most recent versions of Umbraco with clean installations and empty MySQL databases and all have the same problem. I've also tried changing the 'lowercasetable_names' option in MySQL with no luck.
I've now given up and started using Sql Server instead, which works fine.
'Unhandled controller exception' in User management, User list page on clean install - Version 7.7.1 and 7.7.2
I get an 'Unhandled controller exception occurred Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The best overloaded method match for 'System.Collections.Generic.Dictionary
I had a version 7.6.3 site which was working and then upgraded using the Nuget package to 7.7.1 and this error started occurring. I have subsequently installed several clean sites using both the Nuget and the download packages for 7.7.1 and 7.7.2 and both have the same problem. I create a new database schema in MySQL Version 5.7.13 on a windows 10 Pro machine and let the Umbraco install do it's work. I then login and go the the 'Users' section and see the following messaga: ' Server error: Contact administrator, see log for full details. Failed to retrieve users paged result '.
The full error message in the log is as follows:
2017-10-03 17:40:46,349 [P192/D5/T81] ERROR Umbraco.Web.Editors.UsersController - Unhandled controller exception occurred Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: The best overloaded method match for 'System.Collections.Generic.Dictionary
What am I doing wrong? Thanks
I get the exact same error in 7.7.4. I am using MySQL database.
I've tried the 3 most recent versions of Umbraco with clean installations and empty MySQL databases and all have the same problem. I've also tried changing the 'lowercasetable_names' option in MySQL with no luck.
I've now given up and started using Sql Server instead, which works fine.
I have made an bug report. Hope they will fix it soon.
A fix should be on the way :-)
There was already a bug report
http://issues.umbraco.org/issue/U4-10492
Hope they include the fix in the next version.
Nice one - thanks for the update!
is working on a reply...