yuan669 - 2014/3/30 10:03:38
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
lee.kuan - 2014/3/30 11:51:20
关于“未指定的错误”的解决方法
其实只要很简单的几步:
开始>运行:regsvr32 jscript.dll
运行:regsvr32 vbscript.dll
运行:iisreset