产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 商业版安装后出现问题,求助
lolchina - 2009/12/25 22:23:00
Server Error in '/' Application. The ConnectionString property has not been initialized. 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.InvalidOperationException: The ConnectionString property has not been initialized.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[InvalidOperationException: The ConnectionString property has not been initialized.]   System.Data.OleDb.OleDbConnection.PermissionDemand() +1002391   System.Data.OleDb.OleDbConnectionFactory.PermissionDemand(DbConnection outerConnection) +20   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +117   System.Data.OleDb.OleDbConnection.Open() +40   PageAdmin.lanmu.Page_Load(Object sender, EventArgs e) +169   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35   System.Web.UI.Control.OnLoad(EventArgs e) +99   System.Web.UI.Control.LoadRecursive() +50   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016
pfreestar - 2009/12/25 23:00:00
是用Sql数据库吗?连接字符串有没有设置好
1
查看完整版本: 商业版安装后出现问题,求助