I have DNN 3.2.2 and the version of Document module it comes up with is 3.1.00. which does not have a functionality to sort.
I downloaded the latest version of the module (3.01.06) and was able to install it successfully. But When I try to add the module to the page I get the following error:
"Error: Documents is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: System.String DotNetNuke.Common.Globals.LinkClick(System.String, Int32, Int32, Boolean, Boolean). ---> System.MissingMethodException: Method not found: System.String DotNetNuke.Common.Globals.LinkClick(System.String, Int32, Int32, Boolean, Boolean). at DotNetNuke.Modules.Documents.Document.grdDocuments_ItemCreated(Object sender, DataGridItemEventArgs e) at System.Web.UI.WebControls.DataGrid.OnItemCreated(DataGridItemEventArgs e) at System.Web.UI.WebControls.DataGrid.CreateItem(Int32 itemIndex, Int32 dataSourceIndex, ListItemType itemType, Boolean dataBind, Object dataItem, DataGridColumn[] columns, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.DataGrid.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.BaseDataList.DataBind() at DotNetNuke.Modules.Documents.Document.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---\
Can you please let me know what am I doing wrong?