An error has occured.
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
A notification message has been sent.
User:
demo
Error:
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.CharSetMap.GetChararcterSet(DBVersion version, String CharSetName)
at MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData41()
at MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData()
at MySql.Data.MySqlClient.NativeDriver.ReadColumnMetadata(Int32 count)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
at ICI.Data.MySql.DataCon.getReader(String cmd) in g:\pleskvhosts\trustici.com\httpdocs\App_Code\dataCon\DataConMySql.cs:line 22
at ICI.Authorization.Auth.getDemoID() in g:\pleskvhosts\trustici.com\httpdocs\App_Code\Authorization\Authorization.cs:line 102
at ICI.Authorization.Auth.set_isDemoMode(Boolean value) in g:\pleskvhosts\trustici.com\httpdocs\App_Code\Authorization\Authorization.cs:line 94
at login_default.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\trustici.com\httpdocs\demo\default.aspx.cs:line 15
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Source:
mscorlib
Stack Trace:
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at MySql.Data.MySqlClient.CharSetMap.GetChararcterSet(DBVersion version, String CharSetName)
at MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData41()
at MySql.Data.MySqlClient.NativeDriver.GetFieldMetaData()
at MySql.Data.MySqlClient.NativeDriver.ReadColumnMetadata(Int32 count)
at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader()
at ICI.Data.MySql.DataCon.getReader(String cmd) in g:\pleskvhosts\trustici.com\httpdocs\App_Code\dataCon\DataConMySql.cs:line 22
at ICI.Authorization.Auth.getDemoID() in g:\pleskvhosts\trustici.com\httpdocs\App_Code\Authorization\Authorization.cs:line 102
at ICI.Authorization.Auth.set_isDemoMode(Boolean value) in g:\pleskvhosts\trustici.com\httpdocs\App_Code\Authorization\Authorization.cs:line 94
at login_default.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\trustici.com\httpdocs\demo\default.aspx.cs:line 15
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)