System.Web.HttpUnhandledException (0x80004005): Byla vyvolána výjimka typu System.Web.HttpUnhandledException. ---> System.Data.SqlClient.SqlException (0x80131904): Při příjmu výsledků ze serveru došlo k chybě na úrovni přenosu. (provider: TCP Provider, error: 0 - An existing connection was forcibly closed by the remote host.)
v System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
v System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
v System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
v System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)
v System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)
v System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()
v System.Data.SqlClient.TdsParserStateObject.ReadBuffer()
v System.Data.SqlClient.TdsParserStateObject.ReadByte()
v System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
v System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
v System.Data.SqlClient.SqlDataReader.get_MetaData()
v System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
v System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
v System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
v System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
v System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
v System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
v System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
v System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
v System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
v System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
v moon.DAL.MikroregionyOBCEDALTableAdapters.MikorregionyOBCETableAdapter.GetDataByPrimaryKey(Int32 id_obce) v d:\inetpub\wwwroot\hotel-ubytovani.com\app_code\moon\DAL\MikroregionyOBCEDAL.Designer.cs:řádek 2970
v moon.BLL.MikroregionyOBCE.GetDataByPrimaryKey(Int32 id_obce) v d:\inetpub\wwwroot\hotel-ubytovani.com\app_code\moon\BLL\MikroregionyObceBLL.cs:řádek 1182
v moon.BLL.MikroregionyOBCE.GetByKey(Int32 id_obce) v d:\inetpub\wwwroot\hotel-ubytovani.com\app_code\moon\BLL\MikroregionyObceBLL.cs:řádek 1587
v VypisUbytovaniObce.Page_Load(Object sender, EventArgs e) v d:\inetpub\wwwroot\hotel-ubytovani.com\VypisUbytovaniObce.aspx.cs:řádek 161
v System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
v System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
v System.Web.UI.Control.OnLoad(EventArgs e)
v System.Web.UI.Control.LoadRecursive()
v System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
v System.Web.UI.Page.HandleError(Exception e)
v System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
v System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
v System.Web.UI.Page.ProcessRequest()
v System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
v System.Web.UI.Page.ProcessRequest(HttpContext context)
v ASP.vypisubytovaniobce_aspx.ProcessRequest(HttpContext context) v c:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\1da7abea\d3fa5113\App_Web_vypisubytovaniobce.aspx.cdcab7d2.8b8a2sxd.0.cs:řádek 0
v System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
v System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |