Hi.
I get this error when trying to open the File management, both from Edit and Admin. The error is raised both on our test server and production server. The site is running on EPiServer 4.40.
Server Error in '/' Application.
--------------------------------------------------------------------------------
A field or property with the name 'Created' was not found on the selected datasource.
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.Web.HttpException: A field or property with the name 'Created' was not found on the selected datasource.
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:
[HttpException (0x80004005): A field or property with the name 'Created' was not found on the selected datasource.]
System.Web.UI.WebControls.BoundColumn.OnDataBindColumn(Object sender, EventArgs e) +346
System.Web.UI.Control.OnDataBinding(EventArgs e) +66
System.Web.UI.Control.DataBind() +26
System.Web.UI.Control.DataBind() +86
System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) +169
System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) +1406
System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +48
System.Web.UI.WebControls.BaseDataList.DataBind() +23
EPiServer.Util.FileManager.Browse.Page_Load(Object sender, EventArgs e) +634
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Control.AddedControl(Control control, Int32 index) +307
System.Web.UI.ControlCollection.Add(Control child) +153
System.Web.UI.HtmlControls.HtmlTableRowControlCollection.Add(Control child) +33
System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +26
System.Web.UI.HtmlControls.HtmlTableRowControlCollection.AddAt(Int32 index, Control child) +37
System.Web.UI.HtmlControls.HtmlTableRowCollection.Add(HtmlTableRow row) +26
EPiServer.WebControls.FileManager.LoadUserControl(HtmlTable table, String dialogName) +339
EPiServer.WebControls.FileManager.CreateChildControls() +343
System.Web.UI.Control.EnsureChildControls() +100
System.Web.UI.Control.PreRenderRecursiveInternal() +38
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Control.PreRenderRecursiveInternal() +125
System.Web.UI.Page.ProcessRequestMain() +1499
Frank :)
I've seen this error before and the reason is that you have 4.41 ASPX/ASCX files and 4.40 DLL's (or the other way around, don't remember exactly).
So, upgrade to 4.41 or copy edit/admin/util to your site from a fresh 4.40 installation.
Server Error in '/' Application. -------------------------------------------------------------------------------- A field or property with the name 'Created' was not found on the selected datasource. 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.Web.HttpException: A field or property with the name 'Created' was not found on the selected datasource. 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: [HttpException (0x80004005): A field or property with the name 'Created' was not found on the selected datasource.] System.Web.UI.WebControls.BoundColumn.OnDataBindColumn(Object sender, EventArgs e) +346 System.Web.UI.Control.OnDataBinding(EventArgs e) +66 System.Web.UI.Control.DataBind() +26 System.Web.UI.Control.DataBind() +86 System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) +169 System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) +1406 System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +48 System.Web.UI.WebControls.BaseDataList.DataBind() +23 EPiServer.Util.FileManager.Browse.Page_Load(Object sender, EventArgs e) +634 System.Web.UI.Control.OnLoad(EventArgs e) +67 System.Web.UI.Control.LoadRecursive() +35 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.LoadRecursive() +98 System.Web.UI.Control.AddedControl(Control control, Int32 index) +307 System.Web.UI.ControlCollection.Add(Control child) +153 System.Web.UI.HtmlControls.HtmlTableRowControlCollection.Add(Control child) +33 System.Web.UI.ControlCollection.AddAt(Int32 index, Control child) +26 System.Web.UI.HtmlControls.HtmlTableRowControlCollection.AddAt(Int32 index, Control child) +37 System.Web.UI.HtmlControls.HtmlTableRowCollection.Add(HtmlTableRow row) +26 EPiServer.WebControls.FileManager.LoadUserControl(HtmlTable table, String dialogName) +339 EPiServer.WebControls.FileManager.CreateChildControls() +343 System.Web.UI.Control.EnsureChildControls() +100 System.Web.UI.Control.PreRenderRecursiveInternal() +38 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Control.PreRenderRecursiveInternal() +125 System.Web.UI.Page.ProcessRequestMain() +1499
Frank :)