Hello,
When I try to access the module settings I get the following error:
Error: Module is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Conversion from type 'DBNull' to type 'String' is not valid. ---> System.InvalidCastException: Conversion from type 'DBNull' to type 'String' is not valid. at Microsoft.VisualBasic.CompilerServices.Conversions.ToString(Object Value) at Bring2mind.DNN.Modules.DMX.Business.EntriesController.a(DataTable& A_0, Int32 A_1, Int32 A_2, Int32 A_3, String A_4, Char A_5) at Bring2mind.DNN.Modules.DMX.Business.EntriesController.GetStructuredCollectionList(Int32 PortalId, String Locale, Char IndentString) at Bring2mind.DNN.Modules.DMX.Controls.Admin.Settings.LoadSettings() at DotNetNuke.Modules.Admin.Modules.ModuleSettingsPage.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
I'm running DNN 4.05.03 and DMX 04.00.03.
--Greg