Pesquisa:
rainbow
 

 


Query timeout expired

Server Error in '/' Application.

Query timeout expired

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Query timeout expired

Source Error:

Line 2788:			sql_1="SELECT TOP 10 uid, title, visits, timestamp, source, footer, tags, ISNULL(img, '') img, texto FROM tnews WHERE (entry_type=0 or entry_type=3) " & g_date_filter & " AND datediff(ss, timestamp, '" & NewsPad00(month(c_timestamp)) & "/" & NewsPad00(day(c_timestamp)) & "/"  & year(c_timestamp) & " " & NewsPad00(hour(c_timestamp)) & ":" & NewsPad00(minute(c_timestamp)) & "')<=0 ORDER BY timestamp"
Line 2789:
Line 2790:			rs1 = conn.Execute(sql_1)
Line 2791:			do while not (rs1.EOF() or trim(rs1("uid").Value())=trim(c_uid))
Line 2792:				rs1.MoveNext()

Source File: D:\Inetpub\vhosts\portugalgay.pt\httpdocs\news\index.aspx    Line: 2790

Stack Trace:

[COMException (0x80040e31): Query timeout expired]
   Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) +1387
   Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) +219
   ASP.news_index_aspx.LoadMe() in D:\Inetpub\vhosts\portugalgay.pt\httpdocs\news\index.aspx:2790
   ASP.news_index_aspx.Page_Load(Object sender, EventArgs e) in D:\Inetpub\vhosts\portugalgay.pt\httpdocs\news\index.aspx:1690
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4108.0