Hello,
I have a customer who gets the following error in their event log after trying to edit settings of ANY module. The pop shows up and it just give the spinning icon, until it times out. The site was on version 6.0.0. As this seemed to be a DNN core file issue, I upgraded the site to version 6.1.1, but that had no effect. Any thoughts on the matter would be appreciated.
Thanks in Advance
InnerException: Property accessor 'IndentedTabName' on object 'DotNetNuke.Entities.Tabs.TabInfo' threw the following exception:'Thread was being aborted.'
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.RuntimeMethodHandle._InvokeMethodFast
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Property accessor 'IndentedTabName' on object 'DotNetNuke.Entities.Tabs.TabInfo' threw the following exception:'Thread was being aborted.' ---> System.Reflection.TargetInvocationException: Property accessor 'IndentedTabName' on object 'DotNetNuke.Entities.Tabs.TabInfo' threw the following exception:'Thread was being aborted.' ---> System.Threading.ThreadAbortException: Thread was being aborted. at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.SecurityUtils.MethodInfoInvoke(MethodInfo method, Object target, Object[] args) at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) --- End of inner exception stack trace --- at System.ComponentModel.ReflectPropertyDescriptor.GetValue(Object component) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName) at System.Web.UI.DataBinder.GetPropertyValue(Object container, String propName, String format) at System.Web.UI.WebControls.ListControl.PerformDataBinding(IEnumerable dataSource) at System.Web.UI.WebControls.ListControl.OnDataBinding(EventArgs e) at System.Web.UI.WebControls.ListControl.PerformSelect() at System.Web.UI.WebControls.BaseDataBoundControl.DataBind() at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.OnLoad(EventArgs e) --- End of inner exception stack trace ---