| System.ArgumentException: The value can not be null or string or empty.
Parameter name: id
at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp[T](IReadWriteLocator locator, String id, IConfigurationSource configurationSource)
at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.EnterpriseLibraryFactory.BuildUp[T](String id, IConfigurationSource configurationSource)
at Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ObjectBuilder.NameTypeFactoryBase`1.Create(String name)
at Microsoft.Practices.EnterpriseLibrary.Data.DatabaseFactory.CreateDatabase(String name)
at ELS.Dashboard.DAL.CustomPageDal..ctor(String dataSource) in C:\Inetpub\wwwroot\Dashboard\ELS.Dashboard.DAL\CustomPageDal.cs:line 19
at ELS.Dashboard.Biz.CustomPageLogic.GetByID(String clientID, String pageID) in C:\Inetpub\wwwroot\Dashboard\ELS.Dashboard.Biz\CustomPageLogic.cs:line 13
at ELS.Dashboard.Facade.DashboardSystem.GetCustomPage(String clientID, String pageID) in C:\Inetpub\wwwroot\Dashboard\ELS.Dashboard.Facade\DashboardSystem.cs:line 14
at ELS.Dashboard.UI.Web.Start.GetPageData() in C:\Inetpub\wwwroot\Dashboard\ELS.Dashboard.UI.Web\Start.aspx.cs:line 35
at ELS.Dashboard.UI.Web.Start.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Dashboard\ELS.Dashboard.UI.Web\Start.aspx.cs:line 21
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)Whatever | |