📄 wince驱动开发问题精华集锦 - 慕水 - csdnblog.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0059)http://blog.csdn.net/shuiii/archive/2007/12/04/1915122.aspx -->
<HTML><HEAD><TITLE>Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.</TITLE>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<STYLE>BODY {
FONT-WEIGHT: normal; FONT-SIZE: 0.7em; COLOR: black; FONT-FAMILY: "Verdana"
}
P {
MARGIN-TOP: -5px; FONT-WEIGHT: normal; COLOR: black; FONT-FAMILY: "Verdana"
}
B {
MARGIN-TOP: -5px; FONT-WEIGHT: bold; COLOR: black; FONT-FAMILY: "Verdana"
}
H1 {
FONT-WEIGHT: normal; FONT-SIZE: 18pt; COLOR: red; FONT-FAMILY: "Verdana"
}
H2 {
FONT-WEIGHT: normal; FONT-SIZE: 14pt; COLOR: maroon; FONT-FAMILY: "Verdana"
}
PRE {
FONT-SIZE: 0.9em; FONT-FAMILY: "Lucida Console"
}
.marker {
FONT-WEIGHT: bold; COLOR: black; TEXT-DECORATION: none
}
.version {
COLOR: gray
}
.error {
MARGIN-BOTTOM: 10px
}
.expandable {
FONT-WEIGHT: bold; CURSOR: hand; COLOR: navy; TEXT-DECORATION: underline
}
</STYLE>
<META content="MSHTML 6.00.2900.3157" name=GENERATOR></HEAD>
<BODY bgColor=white><SPAN>
<H1>Server Error in '/' Application.
<HR width="100%" color=silver SIZE=1>
</H1>
<H2><I>Timeout expired. The timeout period elapsed prior to completion of
the operation or the server is not responding.</I> </H2></SPAN><FONT
face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><B>Description:
</B>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. <BR><BR><B>Exception Details:
</B>System.Data.SqlClient.SqlException: Timeout expired. The timeout
period elapsed prior to completion of the operation or the server is not
responding.<BR><BR><B>Source Error:</B> <BR><BR>
<TABLE width="100%" bgColor=#ffffcc>
<TBODY>
<TR>
<TD><CODE>An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.</CODE>
</TD></TR></TBODY></TABLE><BR><B>Stack Trace:</B> <BR><BR>
<TABLE width="100%" bgColor=#ffffcc>
<TBODY>
<TR>
<TD><CODE><PRE>
[SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.]
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
Dottext.Framework.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\CSDN Web Site\新建文件夹\Src\Library\Data Providers\Dottext.SqlDataProvider\SQLHelper.cs:871
Dottext.Framework.Data.SqlDataProvider.GetStatistics(Int32 blogId) in D:\CSDN Web Site\新建文件夹\Src\Library\Data Providers\Dottext.SqlDataProvider\SqlDataProvider.cs:3658
Dottext.Framework.Components.Statistics.Get(Int32 blogId) +103
Dottext.Framework.Components.Statistics.Get(BlogConfig userConfig) +10
Dottext.Web.UI.Controls.BlogStats.OnLoad(EventArgs e) in D:\CSDN Web Site\新建文件夹\Src\Library\Dottext.Web\UI\Controls\BlogStats.cs:58
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.BasePartialCachingControl.LoadRecursive() +113
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Control.LoadRecursive() +131
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
</PRE></CODE></TD></TR></TBODY></TABLE><BR>
<HR width="100%" color=silver SIZE=1>
<B>Version Information:</B> Microsoft .NET Framework Version:2.0.50727.832;
ASP.NET Version:2.0.50727.832 </FONT><!--
[SqlException]: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Dottext.Framework.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) in D:\CSDN Web Site\新建文件夹\Src\Library\Data Providers\Dottext.SqlDataProvider\SQLHelper.cs:line 871
at Dottext.Framework.Data.SqlDataProvider.GetStatistics(Int32 blogId) in D:\CSDN Web Site\新建文件夹\Src\Library\Data Providers\Dottext.SqlDataProvider\SqlDataProvider.cs:line 3658
at Dottext.Framework.Components.Statistics.Get(Int32 blogId)
at Dottext.Framework.Components.Statistics.Get(BlogConfig userConfig)
at Dottext.Web.UI.Controls.BlogStats.OnLoad(EventArgs e) in D:\CSDN Web Site\新建文件夹\Src\Library\Dottext.Web\UI\Controls\BlogStats.cs:line 58
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.BasePartialCachingControl.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
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.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.dtp_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using <customErrors mode="Off"/>. Consider using <customErrors mode="On"/> or <customErrors mode="RemoteOnly"/> in production environments.--></BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -