Hi, suddenly my five mojoportal installs are saying:
The given key was not present in the dictionary.
[KeyNotFoundException: The given key was not present in the dictionary.] System.ThrowHelper.ThrowKeyNotFoundException() +38 System.Collections.Generic.Dictionary`2.get_Item(TKey key) +54 MySql.Data.MySqlClient.CharSetMap.GetCharacterSet(DBVersion version, String CharSetName) +33 MySql.Data.MySqlClient.MySqlField.SetFieldEncoding() +290 MySql.Data.MySqlClient.MySqlField.SetTypeAndFlags(MySqlDbType type, ColumnFlags flags) +691 MySql.Data.MySqlClient.NativeDriver.GetColumnsData(MySqlField[] columns) +39 MySql.Data.MySqlClient.Driver.GetColumns(Int32 count) +114 MySql.Data.MySqlClient.ResultSet.LoadColumns(Int32 numCols) +29 MySql.Data.MySqlClient.ResultSet..ctor(Driver d, Int32 statementId, Int32 numCols) +59 MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId) +170 MySql.Data.MySqlClient.MySqlDataReader.NextResult() +130 MySql.Data.MySqlClient.MySqlDataReader.Close() +69 MySql.Data.MySqlClient.MySqlConnection.Close() +60 MySql.Data.MySqlClient.MySqlHelper.ExecuteReader(String connectionString, String commandText, MySqlParameter[] commandParameters) +137 mojoPortal.Web.WebTaskManager.StartOrResumeTasks(Boolean appWasRestarted) +531 mojoPortal.Web.Global.StartOrResumeTasks() +364 mojoPortal.Web.Global.Application_Start(Object sender, EventArgs e) +325 [HttpException (0x80004005): The given key was not present in the dictionary.] System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +546 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +171 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +173 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +255 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +347 [HttpException (0x80004005): The given key was not present in the dictionary.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +552 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +122 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +737
I setup it last year on Windows 10.0.18363.900 (IIS 10 - Windows 10 Pro - not server), it was working fine, but after some automatic update it broke.
.NET version is 4.8 (Release 528040)
Database is MariaDB in docker, https://hub.docker.com/_/mariadb/ - mariadb:latest which is 10.5.4-focal
What can I do to fix this?
Thanks