snow202 - 2014/3/29 7:31:39
[政府单位] 橙色政府网站模板 ,存在很多问题,比如动不动就是服务器错误,还有就是懂不懂自己就登陆不进去后台。希望您能研究一下这些BUG。谢谢了,tongyitaifuwuqi同一台服务器,别的模板就没有这样的毛病www.21z.jzjtj.net
snow202 - 2014/3/29 17:11:54
求教能彻底解决此问题的解决方案错误如下“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
未指定的错误 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Data.OleDb.OleDbException: 未指定的错误啊
源错误:
行 3: override protected void OnInit(EventArgs e)行 4: {行 5: Load_PageAdmin(1,0,0);行 6: }行 7: </script>
源文件: d:\web\index.aspx 行: 5
堆栈跟踪:
[OleDbException (0x80004005): 未指定的错误] System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +971945 System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86 System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29 System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4866464 System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117 System.Data.OleDb.OleDbConnection.Open() +40 PageAdmin.lanmu.Load_PageAdmin(Int32 SiteId, Int32 Lanmu_Id, Int32 SubLanmu_Id) +249 ASP.index_aspx.OnInit(EventArgs e) in d:\web\index.aspx:5 System.Web.UI.Control.InitRecursive(Control namingContainer) +333 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
--------------------------------------------------------------------------------
版本信息: Microsoft .NET Framework 版本:2.0.50727.4016; ASP.NET 版本:2.0.50727.4016
yuan669 - 2014/3/30 10:00:17
我的也发生这种错误了。
Server Error in '/' Application.
未指定的错误
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: 未指定的错误
Source Error:
Line 3: override protected void OnInit(EventArgs e)
Line 4: {
Line 5: Load_PageAdmin(1,0,0);
Line 6: }
Line 7: </script>
Source File: f:\www\web\njxpfa.com_mGQQY3S2pmzEodDZaRtS\wwwroot\index.aspx Line: 5
Stack Trace:
[OleDbException (0x80004005): 未指定的错误]
System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) +969421
System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) +86
System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup) +29
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +4863404
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117
System.Data.OleDb.OleDbConnection.Open() +40
PageAdmin.lanmu.rTZdDSdDXaApu2QWAh(Object ) +10
PageAdmin.lanmu.Load_PageAdmin(Int32 SiteId, Int32 Lanmu_Id, Int32 SubLanmu_Id) +280
ASP.index_aspx.OnInit(EventArgs e) in f:\www\web\njxpfa.com_mGQQY3S2pmzEodDZaRtS\wwwroot\index.aspx:5
System.Web.UI.Control.InitRecursive(Control namingContainer) +333
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +378
Version Information: Microsoft .NET Framework Version:2.0.50727.3649; ASP.NET Version:2.0.50727.3634
yuan669 - 2014/3/30 10:01:18
请大大看一下怎么解决。