Server Error in '/' Application.

来源:百度知道 编辑:UC知道 时间:2024/05/14 11:04:27
Server Error in '/' Application.
--------------------------------------------------------------------------------

Unspecified error
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.OleDb.OleDbException: Unspecified error

Source Error:

Line 48: // Counter
Line 49: string _connStr = ConfigurationManager.AppSettings["connStr"] + Page.Server.MapPath("../cnt/data/pcnt.mdb");
Line 50: CounterManager counterManager=new CounterManager(_connStr, Page);
Line 51:
Line 52: try

Source File: c:\WebSites\go.maxthon.com\httpdocs\search\default.aspx Line: 50

Stack Trace:

[OleDbException (0x80004005): Unspecified error]
System.Data.OleDb.OleDbConnectionInter

不指定的错误
描述: 被不处理的例外在现在的网请求的实行期间发生。 请为关于错误的较多资讯检讨堆叠痕迹,而且它在密码中开始哪里。

例外细节: System.Data.OleDb.OleDbException: 不指定的错误

来源错误:

第 48 行: // 柜台
第 49 行: 串起 _ connStr= ConfigurationManager.AppSettings[" connStr"]+Page.Server.MapPath(".。/cnt/数据/pcnt.mdb");
第 50 行: CounterManager counterManager=新的 CounterManager;(_connStr,页)
第 51 行:
第 52 行: 尝试

来源文件: c:\ website\go.maxthon.com\httpdoc\search\default.aspx 线: 50

堆叠痕迹:

[ OleDbException(0 x80004005): 不指定的错误]
System.Data.OleDb.OleDbConnectionInternal。。ctor(OleDbConnectionString constr,OleDbConnection 连接)+1054769
System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions 选项, 物体 poolGroupProviderInfo, DbConnectionPool 池,DbConnection owningObject)+53
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection,DbConnectionPoolGroup poolGroup)+27