Server Error in '/' Application.

A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - 管道的另一端上无任何进程。)

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.Exception: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - 管道的另一端上无任何进程。)

Source Error:


Line 79:             //获取配置信息,房源限时时间
Line 80:             BLL.KL.SysSet bllSysSet = new BLL.KL.SysSet();
Line 81:             mSysSet = bllSysSet.GetModelForOther(1);
Line 82:             ucMenu.mSysSet = mSysSet;
Line 83:             ucBottom.mSysSet = mSysSet;

Source File: f:\www\www.csfcw.com\mobile\ershou\List.aspx.cs    Line: 81

Stack Trace:


[Exception: A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error: 0 - 管道的另一端上无任何进程。)]
   DBUtility.DbHelperSQL.Query(String SQLString, SqlParameter[] cmdParms) +325
   SQLServerDAL.KL.SysSet.GetModel(Int32 Id) +302
   BLL.KL.BaseClass`1.GetModel(Int32 ID) +108
   BLL.KL.SysSet.GetModelForOther(Int32 Id) +55
   ershou_List.Page_Load(Object sender, EventArgs e) in f:\www\www.csfcw.com\mobile\ershou\List.aspx.cs:81
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


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