Hey all, I've tried all day to get this issue fixed, but have had zero luck. We have over a gig of files on our dnn site so a clean install is not an option. We are current running 6.0.1, so I copied the database and the old dnn to a development server to upgrade. I've tried removing the eventqueue.config and add the try/catch to the filemanager.ascx.vb, but nothing works.
After upgrade everything seems to work except the "file management" I'm getting:
ModuleId:2497
ModuleDefId:148
FriendlyName:File Management
ModuleControlSource:DesktopModules/DigitalAssets/View.ascx
AssemblyVersion:7.1.2
PortalID:0
PortalName:Catholic Mutual Group
UserID:1
UserName:host
ActiveTabID:720
ActiveTabName:File Management
RawURL:/Host/FileManagement/tabid/720/portalid/0/language/en-US/Default.aspx
AbsoluteURL:/Default.aspx
AbsoluteURLReferrer:http://cmgdnntst/Admin/LogViewer/tabid/55/PageRecords/25/currentpage/1/language/en-US/Default.aspx
UserAgent:Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:3e010919-d2e2-4116-9e6c-0497de87fbd4
InnerException:The given key was not present in the dictionary.
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:DotNetNuke.Modules.DigitalAssets.View.OnItemDataBoundFolderTypeComboBox
StackTrace:
Message:
DotNetNuke.Services.Exceptions.ModuleLoadException: The given key was not present in the dictionary. ---> System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. at DotNetNuke.Modules.DigitalAssets.View.OnItemDataBoundFolderTypeComboBox(Object sender, RadComboBoxItemEventArgs e) at Telerik.Web.UI.ControlDataBinder.BindItem(IList items, Object dataObject, Object dataItem, String dataMember, Int32 depth) at Telerik.Web.UI.ControlDataBinder.BindToEnumerableData(IEnumerable dataSource) at Telerik.Web.UI.ControlItemContainer.PerformDataBinding(IEnumerable data) at Telerik.Web.UI.RadComboBox.PerformDataBinding(IEnumerable dataSource) at Telerik.Web.UI.RadComboBox.PerformSelect() at DotNetNuke.Modules.DigitalAssets.View.OnLoad(EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: cmgdnntst
Like I said, I've tried googling and feel like I've exhausted my resources. It may have something to do with the files/folder names we have, and maybe someone has a suggestion to find those files/folder names that are screwing it up?
Thanks again for your help!