Hi,
A 3.1.1 site that I built for a customer is having some problems. I am getting the error message below when logged-on as admin. I am getting this error with a number of modules on the site. The example below is the error message with the announcements module.
I am the only user with host or admin provilidges on this site - and there have been no modules added - or any content changes for that matter - for about a month...
Any idea what could be causing this error:
DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: System.Collections.IList System.ComponentModel.IListSource.GEtList(). ---> System.MissingMethodException: Method not found: System.Collections.IList System.ComponentModel.IListSource.GEtList(). at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) at System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.BaseDataList.DataBind() at DotNetNuke.Modules.Announcements.Announcements.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
***********
Also, when logged in as admin, I get this error just below the admin tool bar...
DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: System.Collections.IList System.ComponentModel.IListSource.GEtList(). ---> System.MissingMethodException: Method not found: System.Collections.IList System.ComponentModel.IListSource.GEtList(). at System.Web.UI.DataSourceHelper.GetResolvedDataSource(Object dataSource, String dataMember) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind() at DotNetNuke.UI.ControlPanels.IconBar.BindData() at DotNetNuke.UI.ControlPanels.IconBar.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Al Williams