Global Page Error
It looks something went wrong.
Dont worry... the error is logged.
Error Logged with ID:a52ec4f7-70b4-11f1-b6bb-002590e5ec64
Url: /carrentalmodel.aspx?carid=2
It looks something went wrong.
Dont worry... the error is logged.
Error Logged with ID:a52ec4f7-70b4-11f1-b6bb-002590e5ec64
Url: /carrentalmodel.aspx?carid=2
Inner Error Message: Lost connection to MySQL server during query
Source:at Devart.Common.aj.a(Exception A_0)
at Devart.Common.s.e(Byte[] A_0, Int32 A_1, Int32 A_2)
at Devart.Data.MySql.bl.a(Byte[] A_0, Int32 A_1, Int32 A_2)
at Devart.Data.MySql.bl.a()
at Devart.Data.MySql.bl.d()
at Devart.Data.MySql.u.a(ag[]& A_0, Int32& A_1)
at Devart.Data.MySql.u.a(Byte[] A_0, Int32 A_1, Boolean A_2)
at Devart.Data.MySql.a2.e()
at Devart.Data.MySql.MySqlCommand.InternalExecute(CommandBehavior behavior, IDisposable stmt, Int32 startRecord, Int32 maxRecords)
at Devart.Common.DbCommandBase.ExecuteDbDataReader(CommandBehavior behavior, Boolean nonQuery)
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
at System.Data.Common.DbDataAdapter.Fill(DataSet dataSet)
53: Dim sqlString As String = Nothing
54: Dim myConnection As New MySqlConnection(myConnectionString)
55: Dim myAdapter As MySqlDataAdapter = New MySqlDataAdapter(sqlString, myConnection)
56: Dim DS As DataSet = New DataSet
57: myAdapter.SelectCommand.CommandText = "select accounts.accountid,splashpages.logo,background,welcometext,welcomebanner,Voucherlogin,maclogin,emaillogin,facebooklogin,Opentravellogin,support,popupad,dst,RouterIP,routerpw,RouterUser,apiurl,apiuser,apipw,apiprop,introtitle,introdescription,slogan,wifititle,wifidescription,companyname,facebook,twitter,instagram,googleplus from splashpages left join accounts on accounts.routerid=splashpages.identity where identity=:identity and interface=:interface"
58: myAdapter.SelectCommand.Parameters.Clear()
59: myAdapter.SelectCommand.Parameters.Add("identity", identity)
60: myAdapter.SelectCommand.Parameters.Add("interface", theinterface)
61 myAdapter.Fill(DS)
62:
63: If DS.Tables(0).Rows.Count > 0 Then
64: For i As Integer = 0 To DS.Tables(0).Rows.Count - 1
65: spInfo.accountid = DS.Tables(0).Rows(0).Item("accountid").ToString
66: spInfo.logo = DS.Tables(0).Rows(0).Item("logo").ToString
67: spInfo.background = DS.Tables(0).Rows(0).Item("background").ToString
68: spInfo.welcomebanner = DS.Tables(0).Rows(0).Item("welcomebanner").ToString
69: spInfo.welcometext = DS.Tables(0).Rows(0).Item("welcometext").ToString
at System.Web.UI.Control.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.carrentalmodel_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
We would like to get some feedback:
Feedback Page