19-07-2010, 06:07 AM
|
|
|
تاريخ التسجيل: May 2008
المشاركات: 10,469
معدل تقييم المستوى: 21474890
|
|
Server Error in '/' Application.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, ******* 40 - Could not open a connection to SQL Server)
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.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, ******* 40 - Could not open a connection to SQL Server)
Source *******
Line 28: protected void BindFieldsInterest()Line 29: {Line 30: List<DefinitionsEntity> DefList = DefinitionsController.DefinitionsGetByType("Fields Interest");Line 31: fo***** (DefinitionsEntity DefInfo in DefList)Line 32: ****/font>
Source File: c:\inetpub\wwwroot\Applications\Careers\Jobs\Apply ForJob.ascx.cs Line: 30
Stack Trace:
[SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, ******* 40 - Could not open a connection to SQL Server)] System.Data.ProviderBase.DbConnectionPool.GetConne ction(DbConnection owningObject) +578 System.Data.ProviderBase.DbConnectionFactory.GetCo nnection(DbConnection owningConnection) +84 System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +1649271 System.Data.SqlClient.SqlConnection.Open() +258 Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.DiscoverSp*********Set(SqlConnection connection, String spName, Boolean includeReturnValue*********, Object[] *********Values) +391 Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSp*********SetInternal(SqlConnection connection, String spName, Boolean includeReturnValue*********) +641 Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSp*********Set(String connectionString, String spName, Boolean includeReturnValue*********) +208 Microsoft.ApplicationBlocks.Data.SqlHelperParamete rCache.GetSp*********Set(String connectionString, String spName) +63 Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(String connectionString, String spName, Object[] *********Values) +293 RecruitmentApplication.DefinitionsProvider.Definit ionsGetByType(String DefType) +188 RecruitmentApplication.DefinitionsController.Defin itionsGetByType(String DefType) +60 Jobs_ApplyForJob.BindFieldsInterest() in c:\inetpub\wwwroot\Applications\Careers\Jobs\Apply ForJob.ascx.cs:30 Jobs_ApplyForJob.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\Applications\Careers\Jobs\Apply ForJob.ascx.cs:23 System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +52 System.Web.UI.Control.OnLoad(EventArgs e) +137 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +207 System.Web.UI.Control.LoadRecursive() +207 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2524
Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016
هذا اللي طلعلي
شكرا على التعقيب
|